Predict app
Feel free to open a PR before all of these items have been completed.
Pull Request Checklist
- [ ] Pull request includes a description of the change and the reason behind it.
- [ ] Pull request uses keywords to close relevant issues.
- [ ] Pull request includes unit tests for any new functionality.
- [ ] README and docs have been updated.
- [ ]
./.ci/local_checks.shpasses locally. (The app must be running. SeeREADME.mdfor instructions.)
Maintainer's responsibilities:
- [ ]
_version.pyhas been updated. - [ ]
CHANGELOG.mdhas been updated. - [ ] Updated app container has been pushed, if relevant, with current version number.
- [ ] App container version number has been updated in README.
Got it, thanks! Will review at my earliest opportunity.
Hey @gsganden, is there anything else you would change in my PR? I would be very happy with some advice and comments on my changes. Thanks very much :)
It might take me a little while, but I will get to it!
Hey @gsganden I revisited the code and made it more functional and removed most of the object orientation.
However, I kept the File (now TemporaryFile) and ZipArchive as classes, as said before. If you really don't favor this approach, I would be willing to change it as well, but I think it adds a lot to the simplicity of the code and would favor to keep it. What do you think?