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

dief@k plots are reversed #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

prohde
Copy link
Contributor

@prohde prohde commented Jan 23, 2021

Reopening #3 since this is still valid.

Original description of the issue:

With current data loading process, data matrix is: min, max, data. For example, for mi case of 3 different engines (R, FR, FR+):
diefk25 diefk50 diefk75 diefk100
min 0 0 0 0
max 15498.1415426736 70239.2440954459 166073.514216197 297887.668403664
R 15498.1415426736 70239.2440954459 166073.514216197 297887.668403664
FR 9913.45131182668 36233.7311514595 86282.0688279842 154782.699403054
FR+ 5476.70262777804 31082.6195700179 58283.5948752244 94252.9999567334

The output plot is incorrect:
incorrect

Loading the data as data<-(maxs,mins,data) the output is correct (lower is best):
correct

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