openclimatefix / nowcasting_dataloader

PyTorch Dataloader for working with multi-modal data for nowcasting applications
https://nowcasting-dataloader.readthedocs.io/
MIT License
7 stars 0 forks source link

Remove Fake BatchML #100

Closed peterdudfield closed 2 years ago

peterdudfield commented 2 years ago

Detailed Description

Current Batch and BatchML can be made with fake data. Probably best to just have one method and then transform the data.

Context

Good to keep code tidy

Possible Implementation

code here could load

batch = Batch.fake()
batch_ml = BatchML.from_batch(batch=batch)

Should be able to get rid of this file