nismod/smif

write_state method writes blank file with no headers if passed None

willu47 opened this issue · 1 comments

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.

Closed by #354