Skip to content

Commit 1fc5a56

Browse files
Update src/lsdb_crossmatch/mag_difference_crossmatch.py
Co-authored-by: Sandro Campos <[email protected]>
1 parent aacd3cb commit 1fc5a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lsdb_crossmatch/mag_difference_crossmatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from lsdb.catalog import Catalog
1313

1414

15-
class MyCrossmatchAlgorithm(KdTreeCrossmatch):
15+
class MagnitudeDifferenceCrossmatch(KdTreeCrossmatch):
1616
"""Cross-matching algorithm that extends KdTreeCrossmatch to include
1717
magnitude difference calculations and filtering.
1818
"""

0 commit comments

Comments
 (0)