-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_foreground_model refactor #83
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #83 +/- ##
=========================================
Coverage ? 83.33%
=========================================
Files ? 3
Lines ? 396
Branches ? 0
=========================================
Hits ? 330
Misses ? 66
Partials ? 0
|
It loooks sensible especially the add of |
Btw, this currently seems to do nothing: https://github.com/simonsobs/LAT_MFLike/blob/master/mflike/theoryforge.py#L626 |
Yes that's true, it has not been fully developed due to the absence of a systematic template to use. I have actually modified that in a branch for some ACT tests, but I doubt it will end up in the master |
Last one for the moment.. just tries to simplify the code so that foregrounds are used directly as arrays from model dictionary, rather than introducing new large temporary fg_dict structure, most of which was unused.
Now
_get_foreground_model
is not used internally; I assume this is intended for plotting etc, in which case probably best renamed toget_foreground_model
as public facing.