You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying to run long simulations [months/years] within Dymola and do post processing in Python with BuildingsPy.
After my simulations in Dymola I have .mat files which are 16+ GB.
When running the code:
# Read the .mat file into Python
r=Reader(path_file_sim, "dymola")
I get the following buffer error:
Is there any recommendations / way to get around this? - Other then removing the amount of variables in Dymola model.
What is the maximum file size that BuildingsPy could handle?
Is there a way of splitting the .mat file?
Are there other tools that could be recommended?
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to run long simulations [months/years] within Dymola and do post processing in Python with BuildingsPy.
After my simulations in Dymola I have .mat files which are 16+ GB.
When running the code:
I get the following buffer error:
Is there any recommendations / way to get around this? - Other then removing the amount of variables in Dymola model.
What is the maximum file size that BuildingsPy could handle?
Is there a way of splitting the .mat file?
Are there other tools that could be recommended?
The text was updated successfully, but these errors were encountered: