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

Matlab Freezes #15

Open
Adblu opened this issue Oct 24, 2019 · 0 comments
Open

Matlab Freezes #15

Adblu opened this issue Oct 24, 2019 · 0 comments

Comments

@Adblu
Copy link

Adblu commented Oct 24, 2019

The problem I have is the following:

The code is:

set_false_flag()
_ = hctsa.prepare()     # Here Matlab freezes
elevation_data = get_data()
features_data = get_features(elevation_data)
save_data(features_data)
set_true_flag()
print "Done"

this code is packed into a method and repeated in a loop ~20000 times.
The problem is that on 14 iteration Matlab for some reason freezes.

Those are the log messages.

Starting engine
Warming up
Configuring HCTSA
Setting up HCTSA operators        (STUCK AT THIS PLACE)
Hooray, we can use HCTSA now...  

How I can solve it ?
Maybe running it in a loop so many times is a bad idea ?!
Is is possible to set up Matlab running one globally and then use its functions ?

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