You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The functions in the dea_tools.classification module are now being used for operational DEA product generation. To ensure they do not break in the future, we should write some unit tests covering typical use cases for those functions.
The functions in the
dea_tools.classification
module are now being used for operational DEA product generation. To ensure they do not break in the future, we should write some unit tests covering typical use cases for those functions.Proposal: We add a
test_classification.py
test script here (https://github.com/GeoscienceAustralia/dea-notebooks/tree/develop/Tests/dea_tools) with some basicpytest
unit tests.For test data, we could upload some small sample datasets into this folder: https://github.com/GeoscienceAustralia/dea-notebooks/tree/develop/Tests/data
The text was updated successfully, but these errors were encountered: