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

module 'tsfel' has no attribute 'get_features_by_domain' #161

Open
StankoStankov opened this issue Aug 21, 2024 · 1 comment
Open

module 'tsfel' has no attribute 'get_features_by_domain' #161

StankoStankov opened this issue Aug 21, 2024 · 1 comment
Assignees

Comments

@StankoStankov
Copy link

Hi,

when i try to run the library i get the error " module 'tsfel' has no attribute 'get_features_by_domain' "
I am using the following configuration :
python 3.11.9
tsfel 0.1.7

code looks like this :

import tsfel 
import pandas as pd

if __name__ == '__main__':
    cfg = tsfel.get_features_by_domain()
   print(cfg)

can someone please help me resolve this issue ?

Best regards,
Stanko

@dmfolgado dmfolgado self-assigned this Sep 10, 2024
@dmfolgado
Copy link
Member

Hi! Unfortunately, we are not able to replicate your issue. In the meantime, we released a new version (v0.1.8) that had some other changes in the tsfel.get_features_by_domain(). By any chance did it solve your issue as well?

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