-
Notifications
You must be signed in to change notification settings - Fork 354
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 in spline model #2393
add in spline model #2393
Conversation
Do not squash when merging so that Colm gets credit for his commits. |
Are we still doing the name thing with the copyright? Should he add his name there as well? |
@cmbiwer No harm in doing so. I've just added that in. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this Alex. Please address the codacy/codeclimate/codebeat issues.
@cdcapano Cannot easly fix the getargspec issue. It's a python3 related deprecation. I'm going to ignore that one if that's ok. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the unused import and you're good to go.
fixes ws no getargspec fixes more formatting remove unused import
* add cubic spline calibration * add tests * move calibration test from pytest to unittest * add copyright, small climate fixes fixes ws no getargspec fixes more formatting remove unused import
This updates the model that Colm Talbot wrote to use unittest for the testing. Supersedes #2268