sergiocastellanos / switch_mexico_data

Repo for SWITCH-Mexico including code and data
1 stars 2 forks source link

Fix duplicate timestamp from load data. #19

Closed pesap closed 6 years ago

pesap commented 6 years ago

There is a bug when changing shifting the hour to match the format used from CENACE.

This line of the code src/create_inputs.

df.loc[df['hour'] == 0, 'hour'] +=  1