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

WIP. Refactor GRBupdatemodel calls #550

Closed
wants to merge 1 commit into from

Conversation

torressa
Copy link
Collaborator

@torressa torressa commented Mar 12, 2024

WIP.
The idea is to only call GRBupdatemodel before GRBget*.
Some tests are failing still:

  • test_Buffered_deletion_test, test_modify_after_delete* (indexing should also be updated with delete? This is not expected from our other APIs)

Fixes #516

@torressa torressa changed the title Refactor GRBupdatemodel calls WIP. Refactor GRBupdatemodel calls Mar 12, 2024
@torressa torressa marked this pull request as draft March 12, 2024 17:07
@odow
Copy link
Member

odow commented Mar 12, 2024

CI will fail because you don't have access to the CI secrets. I'll send you an invite, and then you can push to the jump-dev remote and get access to CI.

@odow
Copy link
Member

odow commented Mar 12, 2024

I remember when writing parts of this that I got very confused as to when a call to GRBupdate was necessary. So I defaulted to requiring an update anytime the model was modified, and ensuring update had been called before querying any data about the model.

@torressa torressa closed this Mar 13, 2024
@torressa
Copy link
Collaborator Author

Thanks Oscar! I've managed to get the CI to run. I'll continue in the other PR. Sorry for the mess.

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

Successfully merging this pull request may close these issues.

Refactor constraint deletions and GRBupdatemodel
2 participants