Skip to content

Commit

Permalink
Merge pull request #75 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
fix issue
  • Loading branch information
mariavictoriadiaz authored Oct 9, 2023
2 parents 13607d6 + 3516d9b commit 06d93e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aclimate_resampling/resampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,6 @@ def save_forecast(self,station, output_root, year_forecast, seasons_range, base_
if not os.path.exists(output_summary):
os.mkdir(output_summary)

# Filter climate data by escenry id and save
escenarios = []
IDs= list(np.unique(seasons_range['id']))
seasons = list(np.unique(seasons_range['season']))
Expand Down

0 comments on commit 06d93e5

Please sign in to comment.