Open pp-mo opened 4 months ago
There is a complexity here to be sorted out, since data.dimensions.rename(a, b) will inherently break the references within variables' dimension lists.
data.dimensions.rename(a, b)
The code solution should be similar to #69 and #81
There is a complexity here to be sorted out, since
data.dimensions.rename(a, b)
will inherently break the references within variables' dimension lists.The code solution should be similar to #69 and #81