elcorto / psweep

Loop like a pro, make parameter studies fun.
https://elcorto.github.io/psweep
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Setting `database_dir` in `run()` may break simulate workflow #8

Open elcorto opened 1 year ago

elcorto commented 1 year ago

Need to check: We support database_dir != calc_dir but rarely use it so far. Usually assume that they are the same. When run_local(..., database_dir=) is not the default (same as calc_dir) then this will most likely break when we use run_local(..., database_dir=..., simulate=True).