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

Error when importing GASF #23

Open
fmobrj opened this issue Mar 30, 2019 · 1 comment
Open

Error when importing GASF #23

fmobrj opened this issue Mar 30, 2019 · 1 comment

Comments

@fmobrj
Copy link

fmobrj commented Mar 30, 2019

Description


ImportError Traceback (most recent call last)
in
----> 1 from pyts.image import GASF, GADF, MTF

ImportError: cannot import name 'GASF' from 'pyts.image' (/home/jamazzon/anaconda3/envs/fastaiv3_m2/lib/python3.7/site-packages/pyts/image/init.py)

Steps/Code to Reproduce

from pyts.image import GASF, GADF, MTF

Versions

NumPy 1.16.2
SciPy 1.2.1
Scikit-Learn 0.20.3
Numba 0.43.1
Pyts 0.8.0

@johannfaouzi
Copy link
Owner

Version 0.8.0 brought a lot of changes with no backward compatibiliy (and unfortunately no deprecation warning). Please have a look at the documentation for more information.

GASF and GADF have been merged into one single class: GramianAngularField.

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

2 participants