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
<autofit.mapper.model.ModelInstance object at 0x7f7df750cfd0>
<autofit.mapper.model.ModelInstance object at 0x7f7df750cf40>
Traceback (most recent call last):
File "scripts/multi/./modeling/advanced/wavelength_dependence.py", line 246, in <module>
plane=result.max_log_likelihood_plane, grid=result.grid
AttributeError: 'Result' object has no attribute 'max_log_likelihood_plane'
The problem is that the result_list returned by the fit:
The following script:
https://github.com/Jammy2211/autogalaxy_workspace/blob/release/scripts/multi/modeling/advanced/wavelength_dependence.py
Gives the following error:
The problem is that the
result_list
returned by the fit:result_list = search.fit(model=model, analysis=analysis)
Does not contain instances of the
ResultImaging
class inPyAutoGalaxy
I think it is just genric PyAutoFit result objects?The error is raised because an attribute of a
ResultImaging
is called:The text was updated successfully, but these errors were encountered: