NeuroSyd / seizure-prediction-CNN

GNU Affero General Public License v3.0
42 stars 13 forks source link

Print syntax #13

Open 18alia opened 6 months ago

18alia commented 6 months ago

Hello, Thank you for allowing me access to your code. I attempted to import a function from load_signals.py, but I get this error: Cell In[3], line 1 from load_signals import load_signals_CHBMIT

File /radraid/asali/load_signals.py:124 print prefixes, totalfiles ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

It looks like the syntax on this print statement is incorrect. What is the correct syntax? Is it "print (prefixes, totalfiles)"?