Commit c501bd42 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

debug

parent 208c837c
Pipeline #4158 failed with stage
in 0 seconds
...@@ -53,6 +53,6 @@ class TestDemoFunction(unittest.TestCase): ...@@ -53,6 +53,6 @@ class TestDemoFunction(unittest.TestCase):
self.assertEqual( self.assertEqual(
1, 1, 1, 1,
"case 1: EXDF sim passes.", "case 1: test_earthshine passes.",
) )
############################################# #############################################
...@@ -53,6 +53,6 @@ class TestDemoFunction(unittest.TestCase): ...@@ -53,6 +53,6 @@ class TestDemoFunction(unittest.TestCase):
self.assertEqual( self.assertEqual(
1, 1, 1, 1,
"case 1: EXDF sim passes.", "case 1: test_straylight passes.",
) )
############################################# #############################################
...@@ -46,6 +46,6 @@ class TestDemoFunction(unittest.TestCase): ...@@ -46,6 +46,6 @@ class TestDemoFunction(unittest.TestCase):
self.assertEqual( self.assertEqual(
1, 1, 1, 1,
"case 1: EXDF sim passes.", "case 1: test_zodiacal 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