NREL / rdtools

PV Analysis Tools in Python
https://rdtools.readthedocs.io/
MIT License
158 stars 67 forks source link

CODS run_bootstrap can return None #367

Closed mdeceglie closed 1 month ago

mdeceglie commented 1 year ago

When run_bootstrap detects a small soiling signal, it currently returns None (https://github.com/NREL/rdtools/blob/adf9f44c9a65b8955ffb95b3d38b0c29e1760ee3/rdtools/soiling.py#L1769)

Suggested change is return self.result_df, self.degradation, self.soiling_loss

martin-springer commented 1 year ago

@mdeceglie - I created a pull request to address this issue #400

mdeceglie commented 1 month ago

Closed in #400