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.
1 parent 4efbd27 commit f2cb231Copy full SHA for f2cb231
conda/environment.yml
@@ -5,6 +5,7 @@ channels:
5
dependencies:
6
- conda-forge::pyyaml
7
- conda-forge::tomopy=1.15
8
+ - conda-forge::mpi4py
9
- httomo::httomolib=2.1.2
10
- httomo::httomolibgpu=2.1.2
11
- httomo::tomobar
tests/test_httomolibgpu.py
@@ -17,8 +17,8 @@
17
httomolibgpu = pytest.importorskip("httomolibgpu")
18
import cupy as cp
19
20
-from httomo.methods_database.query import get_method_info
21
-from httomo.utils import OutputRef
+from httomo_backends.methods_database.query import get_method_info
+from httomo_backends.utils import OutputRef
22
23
24
from httomolibgpu.misc.morph import data_resampler, sino_360_to_180
0 commit comments