Skip to content

Commit

Permalink
Code update
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 625006507
  • Loading branch information
ilopezgp authored and The swirl_dynamics Authors committed Apr 15, 2024
1 parent 1f902a5 commit 93338a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions swirl_dynamics/data/zarr_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,9 @@ def aggregated_metrics_to_ds(
else:
logging.warning(
'The coordinate order of the data cannot be inferred:'
'from their shape due to same-length dimensions. '
'Reverting to generic dimension labels.'
'from their shape due to same-length dimensions. Dims = %s. '
'Reverting to generic dimension labels.',
{dims.values()},
)

data_vars = {}
Expand Down

0 comments on commit 93338a0

Please sign in to comment.