Skip to content

Commit

Permalink
return results instead of none
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-springer committed Nov 17, 2023
1 parent 1b29360 commit db38c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdtools/soiling.py
Original file line number Diff line number Diff line change
Expand Up @@ -1766,7 +1766,7 @@ def run_bootstrap(self,
'Iterative decomposition not possible.\n'
'Degradation found by RdTools YoY')
print(self.errors)
return
return self.result_df, self.degradation, self.soiling_loss
self.small_soiling_signal = False

# Aggregate all bootstrap samples
Expand Down

0 comments on commit db38c92

Please sign in to comment.