We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd446ce commit edc602cCopy full SHA for edc602c
yt/frontends/rockstar/tests/test_outputs.py
@@ -57,4 +57,4 @@ def test_halo_loading():
57
halo.mass
58
59
# Make sure we can access the member particles
60
- assert len(halo.member_ids) == Npart
+ assert_equal(len(halo.member_ids), Npart)
0 commit comments