SpaceNetChallenge / utilities

Packages intended to assist in the preprocessing of SpaceNet satellite imagery data corpus to a format that is consumable by machine learning algorithms.
Other
248 stars 97 forks source link

Implement doctest backbone #98

Open nrweir opened 5 years ago

nrweir commented 5 years ago

Doctest implementation

Per #95, I'd like to implement doctest to run examples in the docstrings of the code, as this will make it easier to enable testing while including examples. There's some core functionality that will need to be implemented for each .py file to make this happen - see the link above.