issues
search
TUDelftGeodesy
/
stmtools
Xarray extension for Space-Time Matrix
https://tudelftgeodesy.github.io/stmtools/
Apache License 2.0
7
stars
0
forks
source link
Suppressed performance warning for many small chunks in reorder(...)
#79
Closed
vanlankveldthijs
closed
4 months ago
vanlankveldthijs
commented
4 months ago
Resolves #73
Suppressed all warnings while calling xarray.sortby in stm.reorder.
Added a note that only PerformanceWarning should be suppressed, but the type could not be properly determined.
Indicated in reorder function description that this can be a costly operation.
Resolves #73