JeffSHF / ColabDock

Code for ColabDock paper
Other
124 stars 16 forks source link

Syntax error when running locally #25

Open derpaule opened 4 days ago

derpaule commented 4 days ago

Traceback (most recent call last): File "/nethome/timschu/software/ColabDock/main.py", line 27, in spec.loader.exec_module(config_module) File "", line 839, in exec_module File "", line 976, in get_code File "", line 906, in source_to_code File "", line 219, in _call_with_frames_removed File "config.py", line 91 'rep_thres': 8.0, ^ SyntaxError: invalid syntax

derpaule commented 4 days ago

Traceback (most recent call last): File "/nethome/timschu/software/ColabDock/main.py", line 27, in spec.loader.exec_module(config_module) File "", line 839, in exec_module File "", line 976, in get_code File "", line 906, in source_to_code File "", line 219, in _call_with_frames_removed File "config.py", line 91 'rep_thres': 8.0, ^ SyntaxError: invalid syntax

there was a comma missing - it is fixed