KavrakiLab / KavrakiLab/Spec2Mol
unexpected indent in predict_embs.py
Open
- Dominant language
- Python
- Stars
- 30
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
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
````
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.