Skip to content

Commit

Permalink
remove samples is None check
Browse files Browse the repository at this point in the history
  • Loading branch information
rhayes777 committed Sep 27, 2024
1 parent c70aaba commit f563d15
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions autocti/model/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ def save_results_combined(self, paths: af.DirectoryPaths, result: ResultImagingC
result
The result of a model fit, including the non-linear search and samples.
"""

if result.samples is None:
return

weight_list = []
delta_ellipticity_list = []

Expand Down

0 comments on commit f563d15

Please sign in to comment.