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

MMB freezes when GPM6_IMF13 comparison is made with all possible rules #102

Open
btatar13 opened this issue Dec 7, 2019 · 2 comments
Open
Labels
wontfix This will not be worked on

Comments

@btatar13
Copy link
Contributor

btatar13 commented Dec 7, 2019

Describe the bug
GPM6_IMF13 crashes if comparison is made with all rules as it seems that it is too much for Matlab. Model is huge. Actually, I don't think so that we can do much about it, or can we?

To Reproduce
Steps to reproduce the behavior:

  1. Compare GPM6_IMF13 with all possible rules

Desktop (please complete the following information):

  • Win10
  • Matlab 2019a
  • Dynare 4.5.7
@gboehl
Copy link
Member

gboehl commented Dec 7, 2019

Nope. One could do some automated crash handling, but I really don't think we should give that any priority.

@gboehl gboehl added the wontfix This will not be worked on label Dec 7, 2019
@j2L4e
Copy link
Member

j2L4e commented Dec 7, 2019

I don't think it crashes, it just takes a REALLY long time because the model has so many variables. JSON serialization is quite slow but I think it's the only relatively-trivial option we have (thanks to jsonlab). I'd expect saving a .mat file and parsing that on the electron side to be orders of magnitude faster for large datasets but it doesn't seem worth the effort

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants