-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IndentationError: unindent does not match any outer indentation level #17
Comments
I'm no python expert but looks like there's an error in the file dbscan-swa.py Indentations in python need to be consistent, using spaces or tabs but not both. It hits upon the classic spaces vs. tabs issue: |
nahlgren's recommendation worked |
Indeed, there is a small inaccuracy in the dbscan-swa.py script. The correction proposed by nahlgren worked great! |
Hi i did try but it didn't work python dbscan-swa.py **- if not os.path.exists(outdir):
-** |
Hi, when I run this command 'python DBSCAN-SWA-master/bin/dbscan-swa.py --h' and then:
File "/home/lfb/Public/Lfb/pha/DBSCAN-SWA-master/bin/dbscan-swa.py", line 2761
global diamond_thread_num
^
IndentationError: unindent does not match any outer indentation level
How do I solve this problem? Thanks
The text was updated successfully, but these errors were encountered: