-
Notifications
You must be signed in to change notification settings - Fork 5
Description
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