Skip to content

About pool in multiprocessing #2

@yuditsabet

Description

@yuditsabet

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions