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

About var_model_acc.pyx #1

Open
yuditsabet opened this issue May 11, 2020 · 0 comments
Open

About var_model_acc.pyx #1

yuditsabet opened this issue May 11, 2020 · 0 comments

Comments

@yuditsabet
Copy link

Hello vejmelkan:
I am trying to calculate the components to reduce dimensionality and then apply some techniques proposed in tigramite. I am reading the scripts and modifying geo_data_estimated_compone_count.py but I run into an error calling the var_model_acc function from var_model. The only var_model_acc.pyx is in the repository but it gives the following error:
How can I solve it

Traceback (most recent call last):
File "geo_data_estimate_component_count.py", line 8, in
from surr_geo_field_ar import SurrGeoFieldAR
File "/home/2020/Era5New/ndw-climate-master/scripts/surr_geo_field_ar.py", line 10, in
from var_model import VARModel
File "/home/2020/Era5New/ndw-climate-master/scripts/var_model.py", line 13, in
import var_model_acc
ImportError: No module named var_model_acc

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

1 participant