Commit ab27b36f authored by GZhao's avatar GZhao
Browse files

update emccd test data

parent 182d69af
Pipeline #8271 passed with stage
in 0 seconds
......@@ -59,7 +59,7 @@ class TestEMCCD(unittest.TestCase):
emccd = CpicVisEmccd()
emccd.ccd_temp = -100
emgain = emccd.emgain_set(1024, ccd_temp=None, self_update=False)
self.assertAlmostEqual(emgain, 1.23, places=2)
self.assertAlmostEqual(emgain, 1.2, places=2)
# if __name__ == '__main__':
......
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