nismod / smif

Simulation Modelling Integration Framework
http://www.itrc.org.uk
MIT License
22 stars 6 forks source link

Filestore: error trying to read current interventions when state is empty #368

Closed tomalrussell closed 5 years ago

tomalrussell commented 5 years ago

in wrapper:

data_handle.get_current_interventions()

raises pandas.errors.EmptyDataError: No columns to parse from file if nothing was written to the state file

willu47 commented 5 years ago

Fixed in develop branch?

tomalrussell commented 5 years ago

Yes - duplicate of https://github.com/nismod/smif/issues/345 !

tomalrussell commented 5 years ago

Fixed by #354