This repository was archived by the owner on Oct 24, 2024. It is now read-only.
This repository was archived by the owner on Oct 24, 2024. It is now read-only.
How to efficiently test the huge inherited Dataset API #9
Closed
Description
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 from xarray.tests
?