EnergyPATHWAYS model is a professional, open-source energy and carbon planning tool for use in evaluating long-term, economy-wide greenhouse gas mitigation scenarios.
While cleaning timeseries, we are checking for np.nan values, but not for np.inf values. The behavior we would like is to clean all values that are not finite.
To do this we need to change the functions in time_series.py to make them us np.isfinite instead of np.isnan.
[bug, no user story]
While cleaning timeseries, we are checking for np.nan values, but not for np.inf values. The behavior we would like is to clean all values that are not finite.
To do this we need to change the functions in time_series.py to make them us np.isfinite instead of np.isnan.