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

WIP: add kwarg to accept new tune points, rather than remap onto the old #68

Closed
wants to merge 1 commit into from

Conversation

ksunden
Copy link
Member

@ksunden ksunden commented Aug 28, 2019

Closes #60

tune_test
Here is a tune test taken on the PS table recently

This revealed two main deficiencies:

  1. Our plotting seems to be doing something different than what we thought
    I've suspected as much in the past, but never saw it bad enough to be sure

  2. When the colors are particularly far off (as with this where both ends of the curve were well off from the appropriate colors), we may actually want to accept the colors that the procedure fits, rather than remapping onto the original setpoints.

This PR deals with the latter, adding a simple boolean kwarg which defaults to true, but if set to false will avoid remapping

Doing so will lead to changing your curve tuning range, and is not reccommended in most cases, except where you are not confident in what the tuning range should actually be

@ghost
Copy link

ghost commented Aug 28, 2019

DeepCode Report (#916721)

DeepCode analyzed this pull request.
There are no new issues.

@ksunden
Copy link
Member Author

ksunden commented Aug 28, 2019

I intend to add this dataset as a test as well

@untzag
Copy link
Member

untzag commented Oct 7, 2019

@ksunden what's the status of this PR?

@ksunden
Copy link
Member Author

ksunden commented Oct 7, 2019

@untzag I think we want to rework it a bit, adding the ability to pass an array to map to instead of only being True/False

@ksunden ksunden changed the title add kwarg to accept new tune points, rather than remap onto the old WIP: add kwarg to accept new tune points, rather than remap onto the old Nov 15, 2019
@ksunden
Copy link
Member Author

ksunden commented Sep 23, 2020

Closing as it is firmly outdated by #93

@ksunden ksunden closed this Sep 23, 2020
@ksunden ksunden deleted the tt_accept_new_points branch September 23, 2020 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

workup.tune_test kwarg to _not_ remap setpoints
2 participants