Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coyote
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nils
coyote
Commits
850e0004
Commit
850e0004
authored
1 month ago
by
Siddhant Tibrewal
Browse files
Options
Downloads
Patches
Plain Diff
fixing zarr version to v3.0.6 for essential bug fixes
parent
e5bf60bd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#101332
failed
1 month ago
Stage: lint
Stage: build-image
Stage: build
Stage: test
Stage: verify
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
apps/hiopy/tests/CMakeLists.txt
+2
-1
2 additions, 1 deletion
apps/hiopy/tests/CMakeLists.txt
ci/Dockerfile
+1
-1
1 addition, 1 deletion
ci/Dockerfile
pyproject.toml
+2
-2
2 additions, 2 deletions
pyproject.toml
with
5 additions
and
4 deletions
apps/hiopy/tests/CMakeLists.txt
+
2
−
1
View file @
850e0004
...
...
@@ -29,8 +29,9 @@ set_tests_properties(hiopy.create_simple_dataset_4threads PROPERTIES
add_test
(
NAME hiopy.check_hierarchy
COMMAND
"/usr/bin/env"
"python3"
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/check_hierarchy.py"
"simple_dataset.zarr"
COMMAND
${
Python_EXECUTABLE
}
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/check_hierarchy.py"
"simple_dataset.zarr"
)
set_tests_properties
(
hiopy.check_hierarchy PROPERTIES
FIXTURES_REQUIRED simple_dataset.zarr
ENVIRONMENT
"PYTHONPATH=
${
CMAKE_BINARY_DIR
}
/python:
${
CMAKE_SOURCE_DIR
}
/apps:$ENV{PYTHONPATH}"
...
...
This diff is collapsed.
Click to expand it.
ci/Dockerfile
+
1
−
1
View file @
850e0004
...
...
@@ -23,7 +23,7 @@ RUN apt-get update \
&&
apt-get clean
\
&&
rm
-rf
/var/lib/apt/lists/
*
/tmp/
*
/var/tmp/
*
RUN
pip
install
--no-cache-dir
numpy mpi4py matplotlib cython healpy aiohttp zarr
RUN
pip
install
--no-cache-dir
numpy mpi4py matplotlib cython healpy aiohttp zarr
rich
# install yaxt
RUN
curl
-s
-L
https://gitlab.dkrz.de/dkrz-sw/yaxt/-/archive/release-0.11.3/yaxt-release-0.11.3.tar.gz |
\
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
2
−
2
View file @
850e0004
...
...
@@ -8,10 +8,10 @@ version = "0.0.1"
dependencies
=
[
"numpy"
,
"pybind11"
,
"zarr>
=
3.0
",
"zarr>
=
3.0
.
6
",
"healpy"
,
"aiohttp"
,
"regex_engine"
,
"regex_engine"
,
"rich"
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment