-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Implemented functions to explose auxillary variables in R API * Resized auxillary vector to appropriate size * Exposed auxillary variables in R API + basic test * Fixed all typos of 'auxillary' to 'auxiliary' * Spline added to FF16 environment with basic API exposed + tests * basic test for rainfall spline over run_scm * Default rainfall spline of y = 0 * Removed depricated infiltration rate settings, updated documentation * some changes to testing with regards to tolerance * fixed incorrect tolerance * fixed comp function for std::is_sorted + more specific testsasdasd * less lenient tolerance to pass windows tests * Refactored FF16w rainfall splines in favour of more generic 'extrinsic drivers' * Ability to get extrinsic driver names in R + small refactoring * fixed old typo in patch tests * extrapolation setting in interpolator * trying with .at() rather than operator[] * Remove rainfall_spline; update Rcpp * removed stringstream in favour of classic std::string for error handling * more useful error messages for extrapolation * adding return statement in evaluate * Removed comments + minor refactor Co-authored-by: aornugent <[email protected]> Co-authored-by: Daniel Falster <[email protected]>
- Loading branch information
1 parent
a8f8a7b
commit 930b9c9
Showing
14 changed files
with
299 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.