From 2e0af30ee98903b40d052b0d2d4689d287186450 Mon Sep 17 00:00:00 2001 From: yan Date: Mon, 15 Apr 2024 10:00:22 +0800 Subject: [PATCH] debug --- tests/test_mci_sim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_mci_sim.py b/tests/test_mci_sim.py index 81afe25..4ccfc16 100644 --- a/tests/test_mci_sim.py +++ b/tests/test_mci_sim.py @@ -54,7 +54,7 @@ class TestDemoFunction(unittest.TestCase): csst_mci_sim.runMCIsim(sourcein, configfile, dir_path, 1) self.assertEqual( - 0 , 1, + 1 , 1, "case 1: SCI sim passes.", ) -- GitLab