Skip to content

Commit

Permalink
Update rdtools/analysis_chains.py
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Springer <[email protected]>
  • Loading branch information
mdeceglie and martin-springer authored Jan 16, 2025
1 parent dbe584d commit ef93813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdtools/analysis_chains.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def _pvwatts_norm(self, poa_global, temperature_cell):

if self.gamma_pdc is None:
warnings.warn(
"Temperature coefficient not passed in to TrendAnalysis"
"Temperature coefficient not passed in to TrendAnalysis."
". No temperature correction will be conducted."
)
pvwatts_kws = {
Expand Down

0 comments on commit ef93813

Please sign in to comment.