lujunyan1118 / SimpleBool

A python package for simulation and analysis of dynamic Boolean network models
GNU General Public License v3.0
10 stars 5 forks source link

File "BoolSimu.py", line 191 def GetNodes(self): ^ SyntaxError: invalid syntax #3

Open anin90 opened 5 years ago

anin90 commented 5 years ago

Hi.. I'm using Python 3.6.5. I used the same input files as specified in the example. "python BoolSimu.py simu.in" apart from the parentheses error, it gives me the below error:

File "BoolSimu.py", line 191 def GetNodes(self): ^ SyntaxError: invalid syntax