openclimatefix / PVNet

PVnet main repo
MIT License
17 stars 4 forks source link

Fix site pvnet datamodule get datapipe #184

Closed Sukh-P closed 5 months ago

Sukh-P commented 5 months ago

Pull Request

Description

This PR includes changes to the PV site datamodule to use the correct site pvnet datapipes and mappings in the case of streaming data for training rather than creating intermediate batches (done less frequently but a nice to have just in case)

How Has This Been Tested?

This has been tested by running training with PVNet on debug mode succesfully using this datamodule but not pointing to premade batches (points to a config file to stream batches instead) to make sure the modified method is called

Checklist: