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
Someone please fix this issue. I had some trouble using the membershipfunction, but then I did the following but still get an error:
On my notebook, I use import anfis and from anfis.membership import membershipfunction. The rest is as the current code on github is.
I get this error:
File "/opt/anaconda3/lib/python3.8/site-packages/anfis/membership/membershipfunction.py", line 19
if len(rowInput) <> len(self.MFList):
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
Someone please fix this issue. I had some trouble using the membershipfunction, but then I did the following but still get an error:
On my notebook, I use import anfis and from anfis.membership import membershipfunction. The rest is as the current code on github is.
I get this error:
File "/opt/anaconda3/lib/python3.8/site-packages/anfis/membership/membershipfunction.py", line 19
if len(rowInput) <> len(self.MFList):
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: