Skip to content

Commit 5d7c8fa

Browse files
committed
Review feedback
1 parent 514da6b commit 5d7c8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parcels/_core/fieldset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def from_sgrid_conventions(
332332
if "time" in ds.dims and "time" in ds.coords:
333333
if "axis" not in ds["time"].attrs:
334334
logger.debug(
335-
"Dataset contains 'time' dimension but no 'axis' attribute. Setting 'axis' attribute is set to 'T'."
335+
"Dataset contains 'time' dimension but no 'axis' attribute. Setting 'axis' attribute to 'T'."
336336
)
337337
ds["time"].attrs["axis"] = "T"
338338

0 commit comments

Comments
 (0)