Skip to content

Commit 69baaf5

Browse files
authored
Merge branch 'main' into stripe_ti_fix
2 parents 73c2635 + 662b159 commit 69baaf5

File tree

77 files changed

+1369
-944
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+1369
-944
lines changed

.github/workflows/httomolibgpu_tests_run_iris.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: httomolibgpu quick tests
22
on:
3-
push:
4-
branches:
5-
- main
63
pull_request:
74
branches:
85
- main

.github/workflows/httomolibgpu_zenodotests_iris.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: httomolibgpu zenodo tests
22
on:
33
pull_request:
4-
branches:
5-
- main
4+
types: [ labeled ]
65

76
jobs:
87
iris-gpu:
8+
if: ${{ github.event.label.name == 'run-zenodo-tests' }}
99
runs-on: iris-gpu
1010
container:
1111
image: nvidia/cuda:12.6.3-devel-ubi8
@@ -35,9 +35,7 @@ jobs:
3535
pip install .[dev]
3636
micromamba list
3737
38-
# Optional: Run Zenodo tests only if PR has a label
3938
- name: Download and run Zenodo tests
40-
if: contains(github.event.pull_request.labels.*.name, 'run-zenodo-tests')
4139
run: |
4240
chmod +x ./.scripts/download_zenodo.py
4341
./.scripts/download_zenodo.py zenodo-tests/large_data_archive

.github/workflows/main-checks.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
post-cleanup: 'all'
3131
init-shell: bash
3232

33-
- name: Download test data from Zenodo
34-
run: |
35-
chmod +x ./.scripts/download_zenodo.py
36-
./.scripts/download_zenodo.py zenodo-tests/large_data_archive
37-
3833
- name: Install httomolibgpu
3934
run: |
4035
pip install .[dev]
@@ -44,6 +39,8 @@ jobs:
4439
run: |
4540
pytest tests/
4641
47-
- name: Run Zenodo tests
42+
- name: Download Zenodo data and run large data tests
4843
run: |
44+
chmod +x ./.scripts/download_zenodo.py
45+
./.scripts/download_zenodo.py zenodo-tests/large_data_archive
4946
pytest zenodo-tests/

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Conda environment
3434
3535
$ conda create --name httomolibgpu # create a fresh conda environment
3636
$ conda activate httomolibgpu # activate the environment
37-
$ conda install -c conda-forge cupy==12.3.0 # for linux users
37+
$ conda install conda-forge::cupy==12.3.0
3838
$ pip install httomolibgpu
3939
4040
Setup the development environment:
433 KB
Loading
341 KB
Loading
181 KB
Loading
261 KB
Loading
425 KB
Loading
283 KB
Loading

0 commit comments

Comments
 (0)