Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rechunk-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ch1187
rechunk-data
Merge requests
!14
Check make cf conventions configurable
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Check make cf conventions configurable
cf-conventions
into
main
Overview
0
Commits
4
Pipelines
4
Changes
2
Merged
Martin Bergemann
requested to merge
cf-conventions
into
main
1 year ago
Overview
0
Commits
4
Pipelines
4
Changes
2
Expand
0
0
Merge request reports
Viewing commit
a1401d91
Prev
Next
Show latest version
2 files
+
3
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
a1401d91
Fix linting issues
· a1401d91
Martin Bergemann
authored
1 year ago
src/rechunk_data/tests/test_rechunk_netcdf.py
+
0
−
1
Options
@@ -67,6 +67,5 @@ def test_wrong_or_format(small_chunk_data, caplog) -> None:
def
test_wrong_engine
(
small_chunk_data
)
->
None
:
with
pytest
.
raises
(
ValueError
):
rechunk_dataset
(
small_chunk_data
,
engine
=
"
foo
"
)
Loading