Skip to content

Commit

Permalink
re-est lmax_theory default
Browse files Browse the repository at this point in the history
  • Loading branch information
itrharrison committed Aug 9, 2024
1 parent 3c998e7 commit 35dc532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soliket/mflike/mflike.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def initialize(self):

# Read data
self.prepare_data()
self.lmax_theory = self.lmax_theory or 1500
self.lmax_theory = self.lmax_theory or 9000
self.log.debug(f"Maximum multipole value: {self.lmax_theory}")

self.log.info("Initialized!")
Expand Down

0 comments on commit 35dc532

Please sign in to comment.