Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Oct 11, 2023
1 parent d7902fc commit 7e731ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions yt_astro_analysis/halo_analysis/tests/test_halo_finders.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ def test_halo_finders_single(tmp_path):
avg = obj.quantities.weighted_average_quantity(field, weight=weight_field)
mi, ma = obj.quantities.extrema(field)

print(f"{method=} {field=} ({avg.units=}) ")
print(", ".join([str(q.item()) for q in [avg, mi, ma]]))

expected_value, expected_units = expected
assert_allclose_units(
[avg, mi, ma],
Expand Down

0 comments on commit 7e731ba

Please sign in to comment.