Commit 7ebf268c authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

update

parent ea0a0ae7
Pipeline #3936 failed with stage
in 0 seconds
...@@ -4788,7 +4788,7 @@ if __name__ == "__main__": ...@@ -4788,7 +4788,7 @@ if __name__ == "__main__":
runIFSsim(sourcein, skyfitsin, configfile, 1, CSST_unittest, applyhole) runIFSsim(sourcein, skyfitsin, configfile, 1, CSST_unittest, applyhole)
return 1
############################################################################ ############################################################################
############################################################################ ############################################################################
# it=range(1, exposureNum+1,1) # it=range(1, exposureNum+1,1)
......
...@@ -36,11 +36,12 @@ class TestDemoFunction(unittest.TestCase): ...@@ -36,11 +36,12 @@ class TestDemoFunction(unittest.TestCase):
print(dir_path) print(dir_path)
d=0
csst_ifs_sim(dir_path) d=csst_ifs_sim(dir_path)
self.assertTrue( self.assertTrue(
1 == 1, d == 1,
"case 1: SCI sim passes.", "case 1: SCI sim passes.",
) )
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment