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

update

parent ea0a0ae7
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4788,7 +4788,7 @@ if __name__ == "__main__":
    
    runIFSsim(sourcein, skyfitsin, configfile, 1, CSST_unittest, applyhole) 
 

    return 1
    ############################################################################
    ############################################################################
    # it=range(1, exposureNum+1,1)
+3 −2
Original line number Diff line number Diff line
@@ -36,11 +36,12 @@ class TestDemoFunction(unittest.TestCase):
        
        print(dir_path)
        
        d=0
        
        csst_ifs_sim(dir_path)
        d=csst_ifs_sim(dir_path)
        
        self.assertTrue(
            1 == 1,
            d == 1,
            "case 1: SCI sim passes.",
        )