We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27f2380 + 69fa952 commit 1ff15dfCopy full SHA for 1ff15df
xmipp
@@ -850,7 +850,7 @@ def downloadDeepLearningModels(dest, dedicatedMode=False):
850
return True
851
url = "http://scipion.cnb.csic.es/downloads/scipion/software/em"
852
853
- if not os.path.exists('bin/xmipp_sync_data'):
+ if not os.path.exists('build/bin/xmipp_sync_data'):
854
print(red('Xmipp has not been installed. Please, first install it '))
855
return False
856
if dest == 'build':
0 commit comments