Skip to content

Commit 1ae3a9c

Browse files
Jammy2211Jammy2211
authored andcommitted
tested use of samples summary
1 parent 98452bc commit 1ae3a9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autofit/aggregator/search_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def instance(self):
250250
try:
251251
return self.samples.max_log_likelihood()
252252
except (AttributeError, NotImplementedError):
253-
return None
253+
return self.samples_summary.instance
254254

255255
@property
256256
def id(self) -> str:

0 commit comments

Comments
 (0)