Closed cmbant closed 2 months ago
Attention: Patch coverage is 95.89041%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 84.94%. Comparing base (
3e669e7
) to head (6aefe73
).
Files | Patch % | Lines |
---|---|---|
mflike/mflike.py | 88.88% | 2 Missing :warning: |
mflike/foreground.py | 98.07% | 1 Missing :warning: |
This looks good to me!
I think we can also drop the requested_cls
in the various MFLike yaml
s as that attribute is actually inferred from the class name.
To be complete we could also add the missing classes for the other modes combinations that could be useful, TT+EE, TT+TE, and TE+EE (with the corresponding tests). If you want I have them ready and then this is good to go on my side. I'll close my #88.
Sounds good. Class-name based inference potentially makes it more difficult to inherit variations consistently, may be better to just have requested_cls as before (consistent with the foreground classes like EEForeground)?
Now merged into omtp https://github.com/simonsobs/LAT_MFLike/pull/88
Building on https://github.com/simonsobs/LAT_MFLike/pull/88. Note assumes latest cobaya installed.