Skip to content

Commit a884bf8

Browse files
committed
Fix tests
1 parent a50c0ff commit a884bf8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test_fieldset.py

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

0 commit comments

Comments
 (0)