From 13ab801a57fc3afc0e76805f086a65475e0df013 Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Wed, 14 Aug 2024 08:04:58 +0100 Subject: [PATCH] minor --- mflike/foreground.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mflike/foreground.py b/mflike/foreground.py index 20bb870..9e41806 100644 --- a/mflike/foreground.py +++ b/mflike/foreground.py @@ -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'])