Closed shaypal5 closed 5 years ago
Hey,
Here's the example input that is provided to the dataframe
parameter of the PCMCI
constructor (as a tigramite DataFrame
object), for which runnning run_pcmci
brings about the above error.
tigramite_issue_38_input_example.csv.zip
Thank you again, Shay
For ease of issue reproducibility, I'm also attaching here a minimal script the reproduces the problem. If run in the same folder where the above tigramite_issue_38_input_example.csv
file is unpacked, it produces the exact same error .
(updated example on June 12th, 2019)
This should be solved by PR #39 . :) I hope this gets merged.
Thanks!!!
Hey again! :)
I'm getting an
AttributeError: 'range' object has no attribute 'size'
error thrown when runningrun_pcmci
. The error is thrown from one of the functions inindependence_tests.py
when it calls Scipy's curve_fit function.I'm attaching the full log below, which includes the parameters with which the
PCMCI
object was initialized, and the ones with whichrun_pcmci
was called. I'll add a data example soon.Thank you again, Shay