-
Notifications
You must be signed in to change notification settings - Fork 91
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
Grid Cross Plot: Crash when changing result property #12020
Labels
BugInRelease
Bug in an official release
PendingRelease
Issues is fixed and will be available in next release
Milestone
Comments
magnesj
added a commit
that referenced
this issue
Jan 3, 2025
Make sure the call to updateConnectedEditors happens after other slots have been processed. Also make sure that the call is done only once.
magnesj
added a commit
that referenced
this issue
Jan 3, 2025
INDEX_I INDEX_J INDEX_K are result properties computed by ResInsight. When using opm-common, only active cells are defined. In this situation, the computation fails. Change the implementation to compute these values only for active cells. This will also improve performance and use less memory.
magnesj
added a commit
that referenced
this issue
Jan 3, 2025
Move scheduler to AppFwk Make sure the call to updateConnectedEditors happens after other slots have been processed. Also make sure that the call is done only once. Add and use scheduler for updateConnectedEditors
magnesj
added a commit
that referenced
this issue
Jan 4, 2025
Make sure the call to updateConnectedEditors happens after other slots have been processed. Also make sure that the call is done only once.
magnesj
added a commit
that referenced
this issue
Jan 4, 2025
Make sure the call to updateConnectedEditors happens after other slots have been processed. Also make sure that the call is done only once.
magnesj
added a commit
that referenced
this issue
Jan 6, 2025
Make sure the call to updateConnectedEditors happens after other slots have been processed. Also make sure that the call is done only once.
github-actions
bot
added
the
PendingRelease
Issues is fixed and will be available in next release
label
Jan 6, 2025
magnesj
added a commit
that referenced
this issue
Jan 7, 2025
Make sure the call to updateConnectedEditors happens after other slots have been processed. Also make sure that the call is done only once.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
BugInRelease
Bug in an official release
PendingRelease
Issues is fixed and will be available in next release
Create a grid cross plot
Select a different property for the x-axis -> crash
The text was updated successfully, but these errors were encountered: