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
In core.py, on line 239, it assumes avg is a ndarray. But when a formula has multiple outputs of different lengths, avg is actually a tuple, which leads to an attribute error when avg.ndim is called.
Activity