Closed Sihao closed 1 year ago
First run of the demo there is no existing directory for the run:
job = Job('Y:\\runs\\Coconut','Coconut-Demo', tifs = tifs, params=params, create=False, overwrite=False, verbosity = 3)
I changed this to:
job = Job('Y:\\runs\\Coconut','Coconut-Demo', tifs = tifs, params=params, create=True, overwrite=False, verbosity = 3)
Thank you for that, I will add this fix.
fixed here: https://github.com/alihaydaroglu/s2p-lbm/commit/278ba1bc8164a69d3dc8ba116b261da2c0aa0300
First run of the demo there is no existing directory for the run:
I changed this to: