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 83d2834 commit aacd3cbCopy full SHA for aacd3cb
tests/lsdb_crossmatch/test_mag_difference_crossmatch.py
@@ -26,4 +26,4 @@ def test_mag_difference_crossmatch(m67_delve_small_dir, m67_ps1_small_dir, xmatc
26
xmatch_row = xmatched[xmatched["objID_ps1"] == correct_row["id_ps1"]]
27
assert xmatch_row["QUICK_OBJECT_ID_delve"].to_numpy() == correct_row["id_delve"]
28
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"])
+ assert xmatch_row["_magnitude_difference"].to_numpy() == pytest.approx(correct_row["_mag_diff"])
0 commit comments