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
Not really important, to be checked later: np.testing.assert_almost_equal should take a integer as a third parameter (decimal), but it takes a small float eps, which means that the precision is 10**eps ~= 1. Is it a bug or a feature?
The text was updated successfully, but these errors were encountered:
Not really important, to be checked later:
np.testing.assert_almost_equal
should take a integer as a third parameter (decimal), but it takes a small float eps, which means that the precision is 10**eps ~= 1. Is it a bug or a feature?The text was updated successfully, but these errors were encountered: