@@ -123,25 +123,25 @@ def test_fesom2_square_delaunay_uniform_z_coordinate_eval():
123123 fieldset = FieldSet ([UVW , P , UVW .U , UVW .V , UVW .W ])
124124
125125 assert np .isclose (
126- fieldset .U .eval (time = [0. ], z = [1.0 ], y = [30.0 ], x = [30.0 ], applyConversion = False ),
126+ fieldset .U .eval (time = [0.0 ], z = [1.0 ], y = [30.0 ], x = [30.0 ], applyConversion = False ),
127127 1.0 ,
128128 rtol = 1e-3 ,
129129 atol = 1e-6 ,
130130 )
131131 assert np .isclose (
132- fieldset .V .eval (time = [0. ], z = [1.0 ], y = [30.0 ], x = [30.0 ], applyConversion = False ),
132+ fieldset .V .eval (time = [0.0 ], z = [1.0 ], y = [30.0 ], x = [30.0 ], applyConversion = False ),
133133 1.0 ,
134134 rtol = 1e-3 ,
135135 atol = 1e-6 ,
136136 )
137137 assert np .isclose (
138- fieldset .W .eval (time = [0. ], z = [1.0 ], y = [30.0 ], x = [30.0 ], applyConversion = False ),
138+ fieldset .W .eval (time = [0.0 ], z = [1.0 ], y = [30.0 ], x = [30.0 ], applyConversion = False ),
139139 0.0 ,
140140 rtol = 1e-3 ,
141141 atol = 1e-6 ,
142142 )
143143 assert np .isclose (
144- fieldset .p .eval (time = [0. ], z = [1.0 ], y = [30.0 ], x = [30.0 ], applyConversion = False ),
144+ fieldset .p .eval (time = [0.0 ], z = [1.0 ], y = [30.0 ], x = [30.0 ], applyConversion = False ),
145145 1.0 ,
146146 rtol = 1e-3 ,
147147 atol = 1e-6 ,
0 commit comments