Skip to content

Commit

Permalink
Update test_unit_MSX.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariosmsk committed Apr 19, 2024
1 parent 6bc5d0b commit a3ea2af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions epyt/tests/test_unit_MSX.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,10 @@ def test_MSXgetqual(self):
self.assertEqual(self.msxClass.MSXgetqual(0, 1, 1), 0.8,
'Wrong get qual comment output')
if c == 85:
self.assertEqual(self.msxClass.MSXgetqual(0, 1, 1), 0.7991662288393907,
self.assertEqual(self.msxClass.MSXgetqual(0, 1, 1), 0.7991666666666667,
'Wrong get qual comment output')
if c == 660:
self.assertEqual(self.msxClass.MSXgetqual(0, 1, 1), 0.7999999830262526,
self.assertEqual(self.msxClass.MSXgetqual(0, 1, 1), 0.8,
'Wrong get qual comment output')
if tleft <= 0:
break
Expand Down

0 comments on commit a3ea2af

Please sign in to comment.