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

feat: Enhanced "refine" keyword for wells. #1693

Merged
merged 34 commits into from
Oct 24, 2023

Conversation

nilscb
Copy link
Collaborator

@nilscb nilscb commented Oct 12, 2023

-May be either a boolean or a number specifying number of new points inserted between pairs of existing points.

@nilscb nilscb self-assigned this Oct 12, 2023
@nilscb nilscb added enhancement New feature or request AspenTech Task owned by AspenTech map-component Issues related to the map component. labels Oct 12, 2023
@nilscb nilscb requested review from hkfb and w1nklr October 12, 2023 09:51
Copy link
Collaborator

@hkfb hkfb left a comment

Choose a reason for hiding this comment

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

Would be nice with a story and some unit tests.

 -May be either a boolean or a number specifying number of new points inserted between pairs of existing points.
@nilscb nilscb force-pushed the WellsParameterizedRefine branch from 7e56c7b to 3aecd43 Compare October 13, 2023 09:36
Copy link
Collaborator

@hkfb hkfb left a comment

Choose a reason for hiding this comment

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

Still missing a story for the refine parameter

@nilscb nilscb requested review from w1nklr and hkfb October 13, 2023 13:50
 - removed use of lodash range function. In certaing cases it incuded the end value and returned to many valures.
@nilscb nilscb requested a review from hkfb October 24, 2023 08:24
Comment on lines +528 to +540
<Root>
<div className={classes.main}>
<SubsurfaceViewer {...props} />
</div>
<Slider
min={1}
max={10}
defaultValue={1}
step={1}
onChange={handleChange}
valueLabelDisplay={"auto"}
/>
</Root>
Copy link
Collaborator

Choose a reason for hiding this comment

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

There's a lot of wasted vertical space between the story and the controls, but I guess it does the job

image

@nilscb nilscb merged commit 0b9c72e into equinor:master Oct 24, 2023
5 checks passed
hkfb pushed a commit that referenced this pull request Oct 24, 2023
@hkfb
Copy link
Collaborator

hkfb commented Oct 24, 2023

🎉 This issue has been resolved in version [email protected] 🎉

The release is available on GitHub release

@hkfb hkfb added the released label Oct 24, 2023
@nilscb nilscb deleted the WellsParameterizedRefine branch December 7, 2023 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AspenTech Task owned by AspenTech enhancement New feature or request map-component Issues related to the map component. released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants