You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the did_skl.ipynb example we get an error when calling the plot function.
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 2 dimensions. The detected shape was (2, 1) + inhomogeneous part.
I believe this relates to line 453 here where we calculate the position of the text annotation associated with the causal effect arrow.
When running the
did_skl.ipynb
example we get an error when calling the plot function.I believe this relates to line 453 here where we calculate the position of the text annotation associated with the causal effect arrow.
CausalPy/causalpy/skl_experiments.py
Lines 451 to 459 in f1a522d
The text was updated successfully, but these errors were encountered: