Skip to content
Snippets Groups Projects

Prototype of new alignment configuration

Merged Florian Reiss requested to merge pyconf into master
Compare and Show latest version
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -12,7 +12,9 @@
import os
# for the moment, just check if derivative file was created
doesExist = os.path.isfile(os.path.expandvars("$HUMBOLDTROOT/tests/refs/humb-vp-halves-modules-derivs"))
doesExist = os.path.isfile(
os.path.expandvars(
"$HUMBOLDTROOT/tests/refs/humb-vp-halves-modules-derivs"))
if not doesExist:
causes.append('derivative file was not created')
Loading