openclimatefix / ocf-data-sampler

A test repo to experiment refactoring ocf_datapipes
MIT License
1 stars 1 forks source link

strip out xr.Dataset type hints #42

Closed AUdaltsova closed 2 weeks ago

AUdaltsova commented 2 weeks ago

Pull Request

Description

All data sources are currently loaded as xr.DataArray, so stripped out xr.Dataset hints where appropriate (basically everywhere except for functions called inside loaders that do operate on a ds)

How Has This Been Tested?

Ran built-in tests

Checklist: