keichi / kEDM

A high-performance implementation of Empirical Dynamic Modeling (EDM)
https://kedm.readthedocs.io/
MIT License
13 stars 5 forks source link

edm-xmap crash #48

Closed davidgwyrick closed 1 year ago

davidgwyrick commented 1 year ago

I'm trying to utilize the edm-xmap executable for a simulated rossler attractor connected to a downstream RNN. I get the following "core dumped" error. Any ideas?

 (kedm2) david.wyrick@robinson:~/Git/kEDM/build$ ./edm-xmap --rho --rho-diff -v rossler_attractor_data.h5 test.h5
Simpelx for time series #0 took 0.433066 seconds.
Simpelx for time series #1 took 0.727102 seconds.
Simpelx for time series #2 took 0.718243 seconds.
Simpelx for time series #3 took 0.729723 seconds.
Simpelx for time series #4 took 0.712222 seconds.
Simpelx for time series #5 took 0.70494 seconds.
Simpelx for time series #6 took 0.715175 seconds.
Simpelx for time series #7 took 0.715711 seconds.
Simpelx for time series #8 took 0.707749 seconds.
Simpelx for time series #9 took 0.712507 seconds.
49152 260024
Aborted (core dumped)
keichi commented 1 year ago

How many time steps and time series do you have in your data? It's likely that you hit the max time step limit.

davidgwyrick commented 1 year ago

oops. Simulated too many time steps! Thank you.