-
Notifications
You must be signed in to change notification settings - Fork 401
Closed
Labels
Description
I changed a test value from 14173.2283465
to 1.41732283465E4
, in SpeedTest.cs
, and it made tests fail.
When I debugged I saw that there is a small difference in actual and expected. So scientific notation seems less precise.
Do you know anything about this? If this is the case, we should not use scientific notation in test values I think (which was what I'm doing so far in my commits, as it looks nicer).