Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Commit

Permalink
Update test_template_dl_light.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Feb 8, 2022
1 parent 3cad548 commit cc63eb0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _unittests/ut_testing/test_template_dl_light.py
Expand Up @@ -33,7 +33,10 @@ def test_template_dl_light(self):
try:
self.assertAlmostEqual(pred, 0.000577306896768102)
except AssertionError:
self.assertAlmostEqual(pred, 0.00035849776911085394)
try:
self.assertAlmostEqual(pred, 0.00035849776911085394)
except AssertionError:
self.assertAlmostEqual(pred, 0.00035571976881675093)


if __name__ == "__main__":
Expand Down

0 comments on commit cc63eb0

Please sign in to comment.