pwollstadt / IDTxl

The Information Dynamics Toolkit xl (IDTxl) is a comprehensive software package for efficient inference of networks and their node dynamics from multivariate time series data using information theory.
http://pwollstadt.github.io/IDTxl/
GNU General Public License v3.0
237 stars 76 forks source link

NameError: name 'jp' is not defined #92

Closed AdelleBernal closed 1 year ago

AdelleBernal commented 1 year ago

Excellent analyses tool! Just started using this, and I am getting:

NameError: name 'jp' is not defined

when running the demo_multivariate_te.py and demo_bivariate_te.py.

pwollstadt commented 1 year ago

This means, IDTxl wasn't able to import JPype1 to access JIDT estimators that are implemented in Java. Make sure you have JPype1 installed as described here. To be on the save side, try installing JPype version 0.6.3 or 0.7. Let me know if you continue to have problems with the package.