-
Notifications
You must be signed in to change notification settings - Fork 119
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
Bug fixed in load transfer scheme #318
Conversation
I don't have a lot of experience with this stuff so I'll defer to Sham and John. For that one failed test, is it related to this PR? I'm wondering if we should retrain the reference value instead of just relaxing the tolerance. |
Yes, the failed test was about this PR. The relative error was slightly above |
Oh sorry I got confused, I thought you only changed the tolerance, but in fact you had already re-trained the values, but it somehow failed on Travis, due to some discrepancy between Travis and your local machine. Understood, I'm fine with this PR then. @johnjasa and @shamsheersc19 do you feel that this deserves a minor version increment instead of a bugfix release? |
@nwu63 I think this deserves a minor version increment. |
If that is the case, then please increment the version and make a new release. I think @kanekosh should do this since he did the PR. Feel free to message me if you have any questions on how you should do this. |
I misunderstood the versioning terminology. Proceeding with a patch release. Thanks! |
Purpose
This PR is to fix the issue #314. The load transfer scheme was fixed so that it is now consistent with the formulas presented in the journal paper
Jasa2018a
. Further details about the bug can be found in #314.Once approved, a new version 2.2.1 should be released.
I updated the followings:
Type of change
Testing
check_partials()
.Checklist