Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…pling into develop
  • Loading branch information
stevensotelo committed Sep 12, 2023
2 parents 8fc1237 + b87a3c5 commit 7f86937
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 @@ -430,7 +430,6 @@ def forecast_station(self,station, prob, daily_data_root, output_root, year_fore
base_years = base_years.rename(columns={0: 'id',1: s[0]})
base_years['id'] = base_years['id'] + 1
seasons_range['id'] = seasons_range['id']+1
seasons_range = seasons_range.drop(columns= ['index'])
p = {'id': [station],'issue': ['Station just have one season available'], 'season': [base_years.columns[1]]}
problem = pd.DataFrame(p)
base_years.to_csv(os.path.join(val_root, f"{station}_Escenario_A.csv"), index = False)
Expand Down

0 comments on commit 7f86937

Please sign in to comment.