Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ with open("requirements.txt", "r") as f: setuptools.setup( name='csst_mci_sim', # Internal_Version = '0.7.02', version='1.0.0', version='2.0.0', author='CSST Team', author_email='zhaojunyan@shao.ac.cn', description='The CSST - mci - sim', # short description Loading tests/test_mci_sim.py +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ import sys class TestDemoFunction(unittest.TestCase): def test_mci_sim_1(self): """ Aim --- Loading Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ with open("requirements.txt", "r") as f: setuptools.setup( name='csst_mci_sim', # Internal_Version = '0.7.02', version='1.0.0', version='2.0.0', author='CSST Team', author_email='zhaojunyan@shao.ac.cn', description='The CSST - mci - sim', # short description Loading
tests/test_mci_sim.py +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ import sys class TestDemoFunction(unittest.TestCase): def test_mci_sim_1(self): """ Aim --- Loading