Skip to content

Commit

Permalink
Comment out ESRF-specific path setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jadball committed Sep 2, 2024
1 parent 9d6f7f1 commit 1086e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sandbox/jadb/multiphase/par_json_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exec(open('/data/id11/nanoscope/install_ImageD11_from_git.py').read())
# exec(open('/data/id11/nanoscope/install_ImageD11_from_git.py').read())

# Add ImageD11 local
PYTHONPATH = setup_ImageD11_from_git( os.path.join( os.environ['HOME'],'Code'), 'ImageD11' )
# PYTHONPATH = setup_ImageD11_from_git( os.path.join( os.environ['HOME'],'Code'), 'ImageD11' )

from ImageD11.parameters import parameters, AnalysisSchema
from ImageD11.unitcell import Phases
Expand Down

0 comments on commit 1086e74

Please sign in to comment.