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 16, 2024
1 parent 601a521 commit a38c16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epyt/tests/test_unit_MSX.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def test_MSXgetqual(self):
t, tleft = self.msxClass.MSXstep()
c = c + 1
if c == 1:
self.assertEqual(self.msxClass.MSXgetqual(0, 1, 1), 0.8000000188349043,
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,
Expand Down

0 comments on commit a38c16a

Please sign in to comment.