This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
How to efficiently test the huge inherited Dataset API #9
Labels
testing
Tests or assert functions for testing
xarray.Dataset has a ginormous API, and eventually the entire thing should also be available on
DataTree
. However we probably still need to test this copied API, because the majority of it will be altered via the@map_over_subtree
decorator. How can we do that without also copying thousands of lines of tests fromxarray.tests
?The text was updated successfully, but these errors were encountered: