Hi there !
I am under the impression that there is bug when the wrapper saves a backup the moment the simulation fails.
In my case, the idf had a misspecified schedule, which resulted in a backup copy, in the tmp directory, which itself copied in its own backup dir, which itself copied in its backup dir, ... in a somehow infinite and abyssal loop ?!
As it copies the weather file too (and mine was 93Mo), it ended up with a 6 Go directory and memory error... anyway, there seems to be an error here ;-)
The runner ran with default arguments:
sim = runner.run_one(idf_file, weather_file,
version_mismatch_action="ignore")
Thanks !
Hi there !
I am under the impression that there is bug when the wrapper saves a backup the moment the simulation fails.
In my case, the idf had a misspecified schedule, which resulted in a backup copy, in the tmp directory, which itself copied in its own backup dir, which itself copied in its backup dir, ... in a somehow infinite and abyssal loop ?!
As it copies the weather file too (and mine was 93Mo), it ended up with a 6 Go directory and memory error... anyway, there seems to be an error here ;-)
The runner ran with default arguments:
sim = runner.run_one(idf_file, weather_file,
version_mismatch_action="ignore")
Thanks !