Skip to content

Commit

Permalink
Point source default
Browse files Browse the repository at this point in the history
  • Loading branch information
cwindolf committed Jan 12, 2024
1 parent f015545 commit 6f6a67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dartsort/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class FeaturizationConfig:
localization_radius: float = 100.0
# these are saved always if do_localization
save_amplitude_vectors: bool = True
localization_model = "pointsource"
localization_model: str = "pointsource"

# -- further info about denoising
# in the future we may add multi-channel or other nns
Expand Down

0 comments on commit 6f6a67c

Please sign in to comment.