Skip to content

Commit a50c0ff

Browse files
committed
Revert "Fix tests"
This reverts commit 27e6456.
1 parent 27e6456 commit a50c0ff

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tests/test_fieldset.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -454,8 +454,8 @@ def test_fieldset_describe_backends(tmp_path):
454454
| UV | VectorField | 0 | CGrid_Velocity(...) | - |
455455
| UVW | VectorField | 0 | CGrid_Velocity(...) | - |
456456
457-
mesh: SphericalMesh(radius=6366707.019493707)
458-
time interval: (np.datetime64('2000-01-02T12:00:00.000000000'), np.datetime64('2000-01-27T12:00:00.000000000'))
457+
mesh: spherical
458+
time interval: (np.datetime64('2000-01-02T12:00:00.000000000'), np.datetime64('2000-01-12T12:00:00.000000000'))
459459
"""
460460
fieldset.describe(io)
461461
actual = io.getvalue()
@@ -474,8 +474,8 @@ def test_fieldset_describe_backends(tmp_path):
474474
| UV | VectorField | 0 | CGrid_Velocity(...) | - |
475475
| UVW | VectorField | 0 | CGrid_Velocity(...) | - |
476476
477-
mesh: SphericalMesh(radius=6366707.019493707)
478-
time interval: (np.datetime64('2000-01-02T12:00:00.000000000'), np.datetime64('2000-01-27T12:00:00.000000000'))
477+
mesh: spherical
478+
time interval: (np.datetime64('2000-01-02T12:00:00.000000000'), np.datetime64('2000-01-12T12:00:00.000000000'))
479479
"""
480480
fieldset.describe(io)
481481
actual = io.getvalue()
@@ -496,8 +496,8 @@ def test_fieldset_describe_backends(tmp_path):
496496
| UV | VectorField | 0 | CGrid_Velocity(...) | - |
497497
| UVW | VectorField | 0 | CGrid_Velocity(...) | - |
498498
499-
mesh: SphericalMesh(radius=6366707.019493707)
500-
time interval: (np.datetime64('2000-01-02T12:00:00.000000000'), np.datetime64('2000-01-27T12:00:00.000000000'))
499+
mesh: spherical
500+
time interval: (np.datetime64('2000-01-02T12:00:00.000000000'), np.datetime64('2000-01-12T12:00:00.000000000'))
501501
"""
502502
fieldset.describe(io)
503503
actual = io.getvalue()

0 commit comments

Comments
 (0)