Skip to content

Commit

Permalink
set fill value for zarr data explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
jensdebruijn committed Sep 18, 2024
1 parent 5833c7a commit 90a829b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geb/reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def __init__(self, model, folder: str) -> None:
),
dtype="float32",
compressor=compressor,
fill_value=np.nan,
)

zarr_data.attrs.update(
Expand Down

0 comments on commit 90a829b

Please sign in to comment.