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
import cwru data = cwru.CWRU("12DriveEndFault", "1797", 384) File "C:\Program Files\Python37\lib\site-packages\cwru\__init__.py", line 14 print "wrong experiment name: {}".format(exp) ^ SyntaxError: invalid syntax
when i use it, the error raises as shown above, how to fix it, thank you
The text was updated successfully, but these errors were encountered:
import cwru data = cwru.CWRU("12DriveEndFault", "1797", 384)
File "C:\Program Files\Python37\lib\site-packages\cwru\__init__.py", line 14 print "wrong experiment name: {}".format(exp) ^ SyntaxError: invalid syntax
when i use it, the error raises as shown above, how to fix it, thank you
The text was updated successfully, but these errors were encountered: