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
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