Skip to content

Commit aacd3cb

Browse files
authored
change to _magnitude_difference in test
1 parent 83d2834 commit aacd3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lsdb_crossmatch/test_mag_difference_crossmatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ def test_mag_difference_crossmatch(m67_delve_small_dir, m67_ps1_small_dir, xmatc
2626
xmatch_row = xmatched[xmatched["objID_ps1"] == correct_row["id_ps1"]]
2727
assert xmatch_row["QUICK_OBJECT_ID_delve"].to_numpy() == correct_row["id_delve"]
2828
assert xmatch_row["_dist_arcsec"].to_numpy() == pytest.approx(correct_row["_dist_arcsec"])
29-
assert xmatch_row["magnitude_difference"].to_numpy() == pytest.approx(correct_row["_mag_diff"])
29+
assert xmatch_row["_magnitude_difference"].to_numpy() == pytest.approx(correct_row["_mag_diff"])

0 commit comments

Comments
 (0)