FireDynamics / fdsreader

Python reader for FDS data
GNU General Public License v3.0
44 stars 18 forks source link

fixed error when masked is False #65

Closed Ianshaw93 closed 10 months ago

Ianshaw93 commented 10 months ago

Error was caused by trying to use 'mask' which is only initialised when masked is True.

JanVogelsang commented 10 months ago

Thanks a lot for your PR, you are completely right! Such issues will hopefully be detected sooner in the future when automatic tests are added (currently wip).