toy data
#397
Replies: 1 comment
-
That was wrong in the medium tutorial, now fixed to: def lin_f(x): return x # A linear dependency function |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can you advise how to resolve:
T = 100
data, true_parents_neighbors =toys.structural_causal_process(links_coeffs, T=T)
Traceback (most recent call last):
Cell In[20], line 1
data, true_parents_neighbors =toys.structural_causal_process(links_coeffs, T=T)
File ~\anaconda3my\lib\site-packages\tigramite\toymodels\structural_causal_processes.py:717 in structural_causal_process
func = link_props[2]
IndexError: tuple index out of range
Beta Was this translation helpful? Give feedback.
All reactions