Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maximum .mat file size that can be loaded in BuildingsPy? Buffer Error? #474

Open
Walshest opened this issue Mar 2, 2022 · 0 comments
Open

Comments

@Walshest
Copy link

Walshest commented Mar 2, 2022

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:
image

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant