-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev #158
Dev #158
Conversation
change weights generation to increase memeff
Is our envisioned v1.0 affected by this issue? Are we sure that MODAPE produces the exact same results with this mem-optimizing tweak to the implementation? |
@interob yes, hence the PR against v1.0rc. I've did a quick test which yielded the same results, plus all tests are passing. If you look at the code, it's really just a minor change. But not allocating the full weights array in |
collect: suppress debug message on interleaving when interleave = False
fix copy/paste error in line 85
implements checks for tile/date consistency
Ready for merge @interob could you review the changes and see if they are OK for you? This includes now some fixes, the date/tile check and fixed/improved testing |
update docs (address #140 )
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect
adds memfix - all checks passed