Skip to content

Commit f2cb231

Browse files
committed
Add mpi4py in the env
1 parent 4efbd27 commit f2cb231

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

conda/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ channels:
55
dependencies:
66
- conda-forge::pyyaml
77
- conda-forge::tomopy=1.15
8+
- conda-forge::mpi4py
89
- httomo::httomolib=2.1.2
910
- httomo::httomolibgpu=2.1.2
1011
- httomo::tomobar

tests/test_httomolibgpu.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
httomolibgpu = pytest.importorskip("httomolibgpu")
1818
import cupy as cp
1919

20-
from httomo.methods_database.query import get_method_info
21-
from httomo.utils import OutputRef
20+
from httomo_backends.methods_database.query import get_method_info
21+
from httomo_backends.utils import OutputRef
2222

2323

2424
from httomolibgpu.misc.morph import data_resampler, sino_360_to_180

0 commit comments

Comments
 (0)