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 arbitrary scirpt, it gives an error in polynomial if (free is False).sum() == self.npars: ^^^^^^^^^^^^^^^^^^^ AttributeError: 'bool' object has no attribute 'sum'
The text was updated successfully, but these errors were encountered:
when running
arbitrary
scirpt, it gives an error inpolynomial
if (free is False).sum() == self.npars:
^^^^^^^^^^^^^^^^^^^
AttributeError: 'bool' object has no attribute 'sum'
The text was updated successfully, but these errors were encountered: