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 1fc5a56 commit b534f41Copy full SHA for b534f41
tests/lsdb_crossmatch/test_mag_difference_crossmatch.py
@@ -13,7 +13,7 @@ def test_mag_difference_crossmatch(m67_delve_small_dir, m67_ps1_small_dir, xmatc
13
small_ps1,
14
small_delve,
15
suffixes=("_ps1", "_delve"),
16
- algorithm=MyCrossmatchAlgorithm,
+ algorithm=MagnitudeDifferenceCrossmatch,
17
radius_arcsec=3600,
18
left_mag_col="rMeanPSFMag",
19
right_mag_col="MAG_PSF_R",
0 commit comments