forked from Unidata/netcdf-c
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a number of bugs in the nczarr code.
re: Issues Unidata#2063, Unidata#2062, Unidata#2061, Unidata#2059 1. Support "fill_value: null" (Unidata#2063). 2. Handle the dtype case "|u1" (Unidata#2062). 3. When writing a pure Zarr format file, some nczarr attributes inadvertently crept in (Unidata#2061). 4. If there is no fill value, then the .zarray fill_value key should have the value null rather than left out (Unidata#2059). Hat tip: Even Rouault
- Loading branch information
1 parent
07b1464
commit ec258bf
Showing
4 changed files
with
65 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
name: Run netCDF Tests | ||
|
||
on: [pull_request] | ||
on: [pull_request,push] | ||
|
||
jobs: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters