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

Add value range filtering to cross plot regression curves #10639

Merged
merged 2 commits into from
Sep 22, 2023

Conversation

magnesj
Copy link
Member

@magnesj magnesj commented Sep 21, 2023

No description provided.

@magnesj magnesj requested a review from kriben September 21, 2023 13:30
Copy link
Collaborator

@kriben kriben left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Some questions about the assumptions only.

Base automatically changed from value-range-editor to dev September 22, 2023 07:30
@magnesj magnesj force-pushed the cross-plot-adjustments-01 branch from c6ba9b5 to 984106e Compare September 22, 2023 07:46
@magnesj magnesj force-pushed the cross-plot-adjustments-01 branch from 984106e to 15e8eb4 Compare September 22, 2023 07:54
Copy link
Collaborator

@kriben kriben left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Comment on lines +126 to +128
if ( xValues.size() != yValues.size() ) return RiaLogging::error( "X value count and Y value count differs." );
if ( xValues.size() != timeStepsX.size() ) return RiaLogging::error( "X value count and X time step count differs." );
if ( xValues.size() != timeStepsY.size() ) return RiaLogging::error( "X value count and Y time step count differs." );
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never seen this construct before (return void result), but was quite nice...

@magnesj magnesj merged commit 4dd4ddc into dev Sep 22, 2023
17 checks passed
@magnesj magnesj deleted the cross-plot-adjustments-01 branch September 22, 2023 13:35
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