GeoscienceAustralia / uncover-ml

Machine Learning system for Geoscience Australia uncover project
Apache License 2.0
30 stars 20 forks source link

Write system/integration tests #64

Closed brenmous closed 4 years ago

brenmous commented 4 years ago

All the current tests are at the unit level. We need some more substantial tests before I can go ahead and start adding features/restructuring. I've begun working on this here.

These tests will run the main commands (learn, predict etc.), confirm the outputs exist and test against some precomputed outputs.

I'm currently doing this against the SirSam dataset - the test data lives here. It's around 100mb so if we can minimise this in future that's welcome, but otherwise I think it's important to have some small test data in the repo.