File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -110,11 +110,15 @@ addressing any requirements. These include:
110
110
- ` _ensure_list `
111
111
- ` _get_datetimes `
112
112
- ` _remove_repeated_time_index `
113
+ - I have removed the ability to run ` mpas_xarray.py ` as a script and the associated
114
+ tests. This is on the premise that 1) the test were outdated and would have
115
+ needed to be updated to work with the current code and 2) unit testing in
116
+ ` test/test_mpas_xarray.py ` takes care of this capability in a better way.
113
117
- I have tried to make variable names a bit more verbose in various places
114
118
(e.g. dataset in place of ds).
115
119
- I have tried to improve the docstrings using a syntax that should be useful
116
120
for generating documentation later on.
117
- - I have update unit testing to work with the new inerface, notably the
121
+ - I have update unit testing to work with the new inerface, notably the
118
122
119
123
<h2 > Implementation: MPAS-Analysis specific functionality should be supported in
120
124
xarray preprossing <br >
You can’t perform that action at this time.
0 commit comments