@@ -255,7 +255,7 @@ def test_precomputed_injection_time(r):
255255])
256256def test_interpolate (shape , coords , npoints = 20 ):
257257 """Test generic point interpolation testing the x-coordinate of an
258- abitrary set of points going across the grid.
258+ arbitrary set of points going across the grid.
259259 """
260260 a = unit_box (shape = shape )
261261 p = points (a .grid , coords , npoints = npoints )
@@ -274,7 +274,7 @@ def test_interpolate(shape, coords, npoints=20):
274274])
275275def test_interpolate_cumm (shape , coords , npoints = 20 ):
276276 """Test generic point interpolation testing the x-coordinate of an
277- abitrary set of points going across the grid.
277+ arbitrary set of points going across the grid.
278278 """
279279 a = unit_box (shape = shape )
280280 p = points (a .grid , coords , npoints = npoints )
@@ -295,7 +295,7 @@ def test_interpolate_cumm(shape, coords, npoints=20):
295295])
296296def test_interpolate_time_shift (shape , coords , npoints = 20 ):
297297 """Test generic point interpolation testing the x-coordinate of an
298- abitrary set of points going across the grid.
298+ arbitrary set of points going across the grid.
299299 This test verifies the optional time shifting for SparseTimeFunctions
300300 """
301301 a = unit_box_time (shape = shape )
@@ -334,7 +334,7 @@ def test_interpolate_time_shift(shape, coords, npoints=20):
334334])
335335def test_interpolate_array (shape , coords , npoints = 20 ):
336336 """Test generic point interpolation testing the x-coordinate of an
337- abitrary set of points going across the grid.
337+ arbitrary set of points going across the grid.
338338 """
339339 a = unit_box (shape = shape )
340340 p = points (a .grid , coords , npoints = npoints )
@@ -354,7 +354,7 @@ def test_interpolate_array(shape, coords, npoints=20):
354354])
355355def test_interpolate_custom (shape , coords , npoints = 20 ):
356356 """Test generic point interpolation testing the x-coordinate of an
357- abitrary set of points going across the grid.
357+ arbitrary set of points going across the grid.
358358 """
359359 a = unit_box (shape = shape )
360360 p = custom_points (a .grid , coords , npoints = npoints )
@@ -399,7 +399,7 @@ def test_interpolation_dx():
399399])
400400def test_interpolate_indexed (shape , coords , npoints = 20 ):
401401 """Test generic point interpolation testing the x-coordinate of an
402- abitrary set of points going across the grid. Unlike other tests,
402+ arbitrary set of points going across the grid. Unlike other tests,
403403 here we interpolate an expression built using the indexed notation.
404404 """
405405 a = unit_box (shape = shape )
@@ -476,7 +476,7 @@ def test_multi_inject(shape, coords, nexpr, result, npoints=19):
476476])
477477def test_inject_time_shift (shape , coords , result , npoints = 19 ):
478478 """Test generic point injection testing the x-coordinate of an
479- abitrary set of points going across the grid.
479+ arbitrary set of points going across the grid.
480480 This test verifies the optional time shifting for SparseTimeFunctions
481481 """
482482 a = unit_box_time (shape = shape )
0 commit comments