File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,17 +56,18 @@ def __call__(self, fname: str) -> int:
5656 "ex_axis.py" : 1 ,
5757 "ex_geodetic.py" : 2 ,
5858 "ex_geohash.py" : 3 ,
59- "ex_2d.py" : 4 ,
60- "ex_3d.py" : 5 ,
61- "ex_4d.py" : 6 ,
62- "ex_unstructured.py" : 7 ,
63- "ex_orbit.py" : 8 ,
64- "pangeo_unstructured_grid.py" : 9 ,
65- "pangeo_time_series.py" : 10 ,
66- "ex_descriptive_statistics.py" : 11 ,
67- "ex_binning.py" : 12 ,
68- "ex_dateutils.py" : 13 ,
69- "ex_fill_undef.py" : 14 ,
59+ "ex_1d.py" : 4 ,
60+ "ex_2d.py" : 5 ,
61+ "ex_3d.py" : 6 ,
62+ "ex_4d.py" : 7 ,
63+ "ex_unstructured.py" : 8 ,
64+ "ex_orbit.py" : 9 ,
65+ "pangeo_unstructured_grid.py" : 10 ,
66+ "pangeo_time_series.py" : 11 ,
67+ "ex_descriptive_statistics.py" : 12 ,
68+ "ex_binning.py" : 13 ,
69+ "ex_dateutils.py" : 14 ,
70+ "ex_fill_undef.py" : 15 ,
7071 }
7172 return order [pathlib .Path (fname ).name ]
7273
You can’t perform that action at this time.
0 commit comments