Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
specify nanoseconds
Browse files Browse the repository at this point in the history
  • Loading branch information
TonioF committed Nov 7, 2022
1 parent a5c300a commit 523ae3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def empty_dataset_op() -> xr.Dataset:
coords={
'lon': np.ndarray(shape=(0,), dtype=np.float32),
'lat': np.ndarray(shape=(0,), dtype=np.float32),
'time': np.ndarray(shape=(0,), dtype=np.datetime64),
'time': np.ndarray(shape=(0,), dtype='datetime64[ns]'),
},
attrs={
'history': 'a b c'
Expand Down

0 comments on commit 523ae3d

Please sign in to comment.