KavrakiLab / Spec2Mol

BSD 3-Clause "New" or "Revised" License
14 stars 11 forks source link

unexpected indent in predict_embs.py #2

Open tobigithub opened 1 year ago

tobigithub commented 1 year ago

command:

python3 predict_embs.py -pos_low_file 'sample_data/[M+H]_low.csv' -pos_high_file 'sample_data/[M+H]_high.csv' -neg_low_file 'sample_data/[M-H]_low.csv' -neg_high_file 'sample_data/[M-H]_high.csv' 

error:

 File "/content/Spec2Mol/predict_embs.py", line 103
    args = parser.parse_args()
IndentationError: unexpected indent
1000000000000000000000000000000 commented 2 months ago

This is still unresolved in the latest version of the code. image