Skip to content
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

Logic error in ops_bgcon which does not alter the outcome. #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

monty241
Copy link

@monty241 monty241 commented Oct 28, 2020

The GridValue is assigned the average when isCell is false.

New code matches the specification: "return grid average if point is outside grid or if value is negative".

Generic question:
Should GridValue return any value or (even the average of a field as currently) when a value outside the domain is requested? If yes and yes the average, then an alternative might be to for negative value alone and not on whether isCell is true or not.

Changes developed by Gerard Cats.

The GridValue is assigned the average when isCell is false.

New code matches the specification: "return grid average if point is outside grid or if value is negative".

Generic question:
Should GridValue return any value or (even the average of a field as currently) when a value outside the domain is requested? If yes and yes the average, then an alternative might be to for negative value alone and not on whether isCell is true or not.
@monty241
Copy link
Author

It has been silent around this pull request on this looming bug since last November. Is there anything I can do in terms of explanation, elaboration or code comments to ensure proper progress of the resolution for this bug?

@RIVM-OPS
Copy link
Collaborator

First of all, we'd like to apologise for the late reaction. We'll try to reply more quickly to future issues and pull requests.

Thank you for this pull request. The development of OPS takes place on an internal RIVM Gitlab server. Therefore, this pull request cannot be merged directly into this repository. However, useful suggestions will be implemented in future OPS versions. In the following months, we will try to process each pull request manually and we will update this pull request once it has been processed.

For future suggestions for code changes, please contact us by creating an issue or via [email protected] before submitting a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants