Skip to content

Commit 474fd6d

Browse files
Update rdtools/soiling.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d738909 commit 474fd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rdtools/soiling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ def _calc_monte(self, monte, method="half_norm_clean", detect_neg_shifts=False):
611611
'"min_interval_days". Alternatively, consider using '
612612
'method="perfect_clean". For more info see '
613613
"https://github.com/NREL/rdtools/issues/272",
614-
stacklevel=3,
614+
stacklevel=2,
615615
)
616616
monte_losses = []
617617
random_profiles = []

0 commit comments

Comments
 (0)