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
In def test_specific_value(self) unit test I see you are using assertEqual for testing floating point arithmetic. You probably want to be using assertAlmostEqual from numpy (IIRC).
In def test_specific_value(self) unit test I see you are using assertEqual for testing floating point arithmetic. You probably want to be using assertAlmostEqual from numpy (IIRC).