Skip to content

Commit

Permalink
Update recipe.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored Oct 17, 2024
1 parent 87d88ac commit d476bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feedstock/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# Can we inject this in the same way as the root?
# Maybe its better to find another way and avoid injections entirely...
combine_dims=pattern_a.combine_dim_keys,
target_chunks={'time':1,...},
target_chunks={'time':1,},
)
| InjectAttrs()
| ConsolidateDimensionCoordinates()
Expand All @@ -72,7 +72,7 @@
| StoreToZarr(
store_name="large.zarr",
combine_dims=pattern_b.combine_dim_keys,
target_chunks={'time':1,...},
target_chunks={'time':1,},
)
| InjectAttrs()
| ConsolidateDimensionCoordinates()
Expand Down

0 comments on commit d476bb7

Please sign in to comment.