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

RFT Plot fails to update with reload? #10011

Closed
ray63 opened this issue Mar 24, 2023 · 2 comments · Fixed by #10342
Closed

RFT Plot fails to update with reload? #10011

ray63 opened this issue Mar 24, 2023 · 2 comments · Fixed by #10342
Assignees
Labels
BugInRelease Bug in an official release

Comments

@ray63
Copy link

ray63 commented Mar 24, 2023

Reloading the grid model (after a rerun of the eclipse model) do not seem to update the RFT plots.

Bug or user error?

@magnesj magnesj added the BugInRelease Bug in an official release label Mar 24, 2023
@magnesj magnesj added this to the Maintenance 2023 - Sprint 3 milestone Mar 24, 2023
@magnesj
Copy link
Member

magnesj commented Mar 24, 2023

Thanks for the feedback. This looks like a bug.

@magnesj magnesj self-assigned this Jun 5, 2023
@magnesj
Copy link
Member

magnesj commented Jun 6, 2023

RFT data can come from different sources

  1. connected to a grid case (EGRID)
  2. connected to a summary file (UNSMRY)

The available time steps can differ, usually summary RFT data is available at more time steps than RFT data related to a grid case.

When reloading, make sure you reload the correct data source. As you can see in the attached screenshot, the RFT data sources are connected to either grid or summary data. When reloading the grid case, the corresponding summary data is not reloaded. This should happen, and is filed as a separate bug #10352

image

@magnesj magnesj mentioned this issue Jun 6, 2023
magnesj added a commit that referenced this issue Jun 6, 2023
* Improve toggling of checked state of sub items
Toggling state is only supported for objects in an array. For example, this will ensure that faults are toggled without altering the fault result object.

* Use gray instead of black for icons

* #9719 Use delete instead of deleteLater to avoid visual artifacts
Artifacts are seen in the Property Editor related to obsolete group boxes. This seems to be related to deleteLater().

* Improve text in menu when toggling sub items

* #10011 Make sure all grid cases are visible in RFT data source

* #10354 Show more info when hovering on curves in summary plot

* #10355 Copy model text info in 3D view to clipboard

* Make sure cell filter option is propagated to new field
Make sure the previous value of  m_showFaultsOutsideFilters_obsolete is propagated into m_applyCellFilters

* Fix wrong spelling when using of stylesheet color
@github-actions github-actions bot added the PendingRelease Issues is fixed and will be available in next release label Jun 6, 2023
@magnesj magnesj removed the PendingRelease Issues is fixed and will be available in next release label Jun 19, 2023
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants