Skip to content

Moved all top-level imports of scipy and scikit-learn to function/class level...

Daniel Scheffler requested to merge bugfix/fix_static_TLS_error into master

Moved all top-level imports of scipy and scikit-learn to function/class level to avoid static TLS ImportError. This fixes issue #64 (closed).

Signed-off-by: Daniel Scheffler danschef@gfz-potsdam.de

Merge request reports