You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test parameters (and probably observation values) have awkward representation issues (see e.g. Amplitude below):
That is from the test "RheobaseTestToRemove" on the staging server. Desired behavior would be to represent 1e10 as 1e10, not as 1.0000000000002e10. This could mean using higher precision floats or explicit representations of decimals.
The text was updated successfully, but these errors were encountered:
Test parameters (and probably observation values) have awkward representation issues (see e.g. Amplitude below):
That is from the test "RheobaseTestToRemove" on the staging server. Desired behavior would be to represent 1e10 as 1e10, not as 1.0000000000002e10. This could mean using higher precision floats or explicit representations of decimals.
The text was updated successfully, but these errors were encountered: