-
Notifications
You must be signed in to change notification settings - Fork 10
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
Bug fix for conditional moment with topography #149
Conversation
9849e8c
to
4181518
Compare
So after testing further, this PR only slows down the way the batches are assembled for the conditional moment model that use topography, which should be expected. @bnb32 I think we can consider this as ready to be re-reviewed and we can revisit it at later times if needed. The execution time is the same when not using sub filter + topography |
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.
looks good to me. thanks for testing so thoroughly.
Bug fix for conditional moment with topography
The computation of the second moment when using exogenous data was not working when we need to call the first moment in the batch handler. The batch handler needs to call the first moment with low res and the exogenous data rather than just the low res.