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

#10536 Observed data: fix handling of data with error bars when impor… #10733

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

kriben
Copy link
Collaborator

@kriben kriben commented Oct 18, 2023

…ting

Observed summary data with error bar results have two addresses: one for the data, and one for the error data. When creating the RimSummaryAddress objects in the "Data Sources" tree the error data address would occasionally be used instead of the data address (due to lack of sorting and filtering).

Plots created from the error RimSummaryAddress would display the error data twice in the "Show Plot Data" view.

Fixed by filtering out the error addresses and improving the sorting criteria.

Fixes #10536.

…ting

Observed summary data with error bar results have two addresses: one for the
data, and one for the error data. When creating the RimSummaryAddress objects
in the "Data Sources" tree the error data address would occasionally be used
instead of the data address (due to lack of sorting and filtering).

Plots created from the error RimSummaryAddress would display the error data twice
in the "Show Plot Data" view.

Fixed by filtering out the error addresses and improving the sorting criteria.

Fixes #10536.
@magnesj magnesj merged commit ac3e1ea into dev Oct 19, 2023
17 checks passed
@magnesj magnesj deleted the 10536-observed-data-bug branch October 19, 2023 06:00
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.

Bug importing observation data
2 participants