Skip to content

Commit

Permalink
I don't think this is required any more
Browse files Browse the repository at this point in the history
  • Loading branch information
rjgildea committed Jun 5, 2019
1 parent 25c9c4e commit d996c98
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
5 changes: 0 additions & 5 deletions algorithms/indexing/test_index.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
from __future__ import absolute_import, division, print_function

try:
import scipy.linalg # noqa: F401 - import dependency
except ImportError:
pass

import glob
import os
import pytest
Expand Down
6 changes: 0 additions & 6 deletions algorithms/indexing/test_phi_scan.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
from __future__ import absolute_import, division, print_function

# this import required early to avoid seg fault on some systems
try:
import scipy.linalg # noqa: F401 - import dependency
except ImportError:
pass

import os
import pytest
from cctbx import uctbx
Expand Down
8 changes: 0 additions & 8 deletions command_line/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
import copy
import logging

try:
# try importing scipy.linalg before any cctbx modules, otherwise we
# sometimes get a segmentation fault/core dump if it is imported after
# scipy.linalg is a dependency of sklearn.cluster.DBSCAN
import scipy.linalg # noqa: F401
except ImportError:
pass

import iotbx.phil
from dxtbx.serialize import dump
from dxtbx.model.experiment_list import ExperimentList
Expand Down

0 comments on commit d996c98

Please sign in to comment.