Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into working
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishal Grover committed Nov 8, 2024
2 parents 80542d9 + bf1d5a0 commit e75166f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion systems/diagoutput.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ def forecast_scalars(self):

for instrument in instrument_list:
scalar = float(
system.forecastScaleCap.get_forecast_scalar(instrument, rule)[-1]
system.forecastScaleCap.get_forecast_scalar(instrument, rule).iloc[
-1
]
)
if pooling:
# will be overwritten for each instrument
Expand Down

0 comments on commit e75166f

Please sign in to comment.