When running main.py with a normal (not custom) windfield, I get the following error:
File "C:\Users\FireScience\anaconda3\envs\FastFuels\lib\site-packages\ttrs_quicfire\quic_fire.py", line 178, in calc_normal_windfield
times = list(range(start_time, start_time + self.dom.sim_time + 1, shift_int))
TypeError: unsupported operand type(s) for +: 'int' and 'NoneType'
This occurred when running the unmodified code from the EXAMPLE_SETUP:
When running main.py with a normal (not custom) windfield, I get the following error:
This occurred when running the unmodified code from the EXAMPLE_SETUP:
Code worked normally when using a custom windfield. Could potentially be linked to pull request #11