Kaszanas / SC2_Datasets

https://sc2-datasets.readthedocs.io/
GNU General Public License v3.0
8 stars 3 forks source link

SC2DataModule tests #17

Closed Kaszanas closed 1 year ago

Kaszanas commented 2 years ago

As we are using DataModule abstractions from PyTorch Lightning. It is safe to say that they should be tested against our data.

I have introduced drafted tests for the datamodules that are within this repository in https://github.com/Kaszanas/SC2EGSet_Experiments/commit/f86539130080b7ac3c112345e8c53c46e00cfa28 and https://github.com/Kaszanas/SC2EGSet_Experiments/commit/5a7a44b829f518aee2d1f9e0a0202b89470d94b2

fyi: @leafnode

Kaszanas commented 1 year ago

Tests were implemented in 1.0.0_candidate branch