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
@jandom yeah the addition here is pytest.approx. MDAnalysis recommends using approx for single float comparisons and allclose for arrays (it's purely a speed thing, allclose on single numbers is very slow).
Since these are the favoured assertion methods for the core library, we should document these in
testing.rst
.The text was updated successfully, but these errors were encountered: