-
Notifications
You must be signed in to change notification settings - Fork 63
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
Feature/add interpolation functions #719
Conversation
The documentation wasn't building for 2 issues.
The documentation now builds properly and these two new files are shown in the documentation. |
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.
I pushed some commits to ensure the documentation now includes hpp files, and it isn't confused if one file name is contained in another file name.
4a9dc43
to
98dd1ce
Compare
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.
Changes to conf.py look good.
The issue was that the conf.py script was searching if the base file name was included in a list Thus, the name 'linearTest' was found to be within `bilinearTest`. This resulted in RST documentation issues with one method being shown in the wrong file documentation.
98dd1ce
to
81578c7
Compare
Description
PR is brought over from LASP-BSK fork. This PR adds linear and bilinear interpolation functions to the utilities folder.
Verification
Google tests are written for each method to check their functionality.
Documentation
N/A
Future work
N/A