Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Aug 14, 2024
1 parent a3b346e commit 13ab801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mflike/foreground.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ def _cmb2bb(nu):


class ForegroundParamsTheory(Theory):
# TODO: this class can be abolished once Cobaya allows class options and yaml for the same class

@classmethod
def get_class_options(cls, input_options={}):
# dynamically generate defaults for params based on nbins
options = super().get_class_options().copy()
param_requested_cls = input_options.get(
'requested_cls') or options.get('requested_cls', ['tt', 'te', 'ee'])
Expand Down

0 comments on commit 13ab801

Please sign in to comment.