What is your issue?
Hello,
I'm a student currently working on a course assignment that involves contributing to an open-source project. While exploring the Xarray codebase and running coverage tools with pytest, I noticed that the inline_dask_repr()
and inline_sparse_repr()
functions in xarray/core/formatting.py currently lack unit test coverage.
These functions produce string representations for Dask and sparse arrays, and adding targeted tests would help improve test coverage
Would the maintainers be open to me contributing unit tests for these two functions? If so, I’d be happy to create a pull request and include tests under xarray/tests/test_formatting.py or another location that aligns with your guidelines.
Thanks for your time and for maintaining such a great project!