Skip to content

Commit

Permalink
Clean more clutter
Browse files Browse the repository at this point in the history
This file can probably be deleted?
  • Loading branch information
Anthchirp committed Sep 19, 2018
1 parent 4e25df7 commit 1e53e52
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Test/Modules/Indexer/TstDialsMultiIndexer.py
Expand Up @@ -6,12 +6,6 @@
import libtbx.load_env
from libtbx.test_utils import approx_equal, open_tmp_directory

try:
dials_regression = libtbx.env.dist_path('dials_regression')
have_dials_regression = True
except KeyError:
have_dials_regression = False

def exercise_dials_multi_indexer(nproc=None):
template = "/Volumes/touro/data/i19/4sweep/56_Reza-H2-normalhem_100K_3.75mmAl/56-RezaH2-hem_%02i_#####.cbf"

Expand All @@ -26,8 +20,6 @@ def exercise_dials_multi_indexer(nproc=None):
from xia2.Handlers.Phil import PhilIndex
PhilIndex.params.xia2.settings.trust_beam_centre = True

from xia2.Modules.Indexer.DialsIndexer import DialsIndexer

from xia2.Modules.Indexer.DialsIndexer import DialsIndexer
indexer = DialsIndexer()
indexer.set_working_directory(tmp_dir)
Expand Down

0 comments on commit 1e53e52

Please sign in to comment.