-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cast return values of JIDT estimators to float
Cast return values of JIDT estimators to float. Without this, return values may be JPype types. This is inconvenient, for example, when saving IDTxl results to disk and loading them in a new session, JPype types require that a JVM is running to load the results. If the JVM does not run, pickle fails to load the results with a hard to understand error message.
- Loading branch information
1 parent
de42bfb
commit 6f3916b
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters