SPF-OST / pytrnsys

Package that provides functionality to run and process, plot and report TRNSYS simulations
https://pytrnsys.readthedocs.io
GNU General Public License v3.0
11 stars 8 forks source link

Parallel processing broken #211

Open ahobeost opened 3 days ago

ahobeost commented 3 days ago

Somehow, the processParallel flag has been broken. Specifically, the "pathFolder" is not/no longer defined when reaching this step. https://github.com/SPF-OST/pytrnsys/blob/master/pytrnsys/psim/processParallelTrnsys.py line 405

This will need a proper test, to ensure it does not break again.

ahobeost commented 3 days ago

At the moment, this bug can be circumvented by setting processParallel to False.