File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments