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.non_linear.search.nest.dynesty.search.static.DynestyStatic object at 0x7fac97e2f520>
Traceback (most recent call last):
File "/mnt/c/Users/Jammy/Code/PyAuto/autolens_workspace_test/scripts/database/scrape/general.py", line 158, in <module>
instance = samples_summary.max_log_likelihood()
File "/mnt/c/Users/Jammy/Code/PyAuto/PyAutoFit/autofit/non_linear/samples/interface.py", line 28, in wrapper
vector = func(self, *args, **kwargs)
File "/mnt/c/Users/Jammy/Code/PyAuto/PyAutoFit/autofit/non_linear/samples/interface.py", line 89, in max_log_likelihood
self.paths if sample.is_path_kwargs else self.names
File "/mnt/c/Users/Jammy/Code/PyAuto/PyAutoFit/autofit/non_linear/samples/interface.py", line 64, in paths
self._paths = self.model.all_paths
AttributeError: 'NoneType' object has no attribute 'all_paths'
The SamplesSummary object is not loading the model from model.json correctly.
The text was updated successfully, but these errors were encountered:
I think the solution to this is to put the model back in the samples summary. We could consider having parallel samples summaries - one that the user sees and another that the system uses
If I run the following test script:
https://github.com/Jammy2211/autolens_workspace_test/blob/main/scripts/database/scrape/general.py
I get the following error:
The
SamplesSummary
object is not loading the model frommodel.json
correctly.The text was updated successfully, but these errors were encountered: