You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test__fit_imaging_randomly_drawn_via_pdf_gen_from__analysis_has_single_dataset: This one works test__fit_imaging_randomly_drawn_via_pdf_gen_from__analysis_multi : This one does not work
I am running the following two unit tests in this test module:
https://github.com/Jammy2211/PyAutoGalaxy/blob/main/test_autogalaxy/aggregator/test_aggregator_fit_imaging.py
test__fit_imaging_randomly_drawn_via_pdf_gen_from__analysis_has_single_dataset
: This one workstest__fit_imaging_randomly_drawn_via_pdf_gen_from__analysis_multi
: This one does not workThe problem is that In the following code:
https://github.com/Jammy2211/PyAutoGalaxy/blob/main/autogalaxy/aggregator/agg_util.py
The
model
fromfit.model
isNone
for the multiAnalysis
test (but works fine for singleAnalysis
.instance = fit.model.instance_from_prior_medians(ignore_prior_limits=True)
How do I get a
model
in this case?The text was updated successfully, but these errors were encountered: