nismod / smif

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

write_state method writes blank file with no headers if passed None #345

Closed willu47 closed 5 years ago

willu47 commented 5 years ago

This then causes a pandas read error as the empty file has no header.

The store.write_state method should write the headers if passed an empty dict.

tomalrussell commented 5 years ago

Closed by #354