-
Notifications
You must be signed in to change notification settings - Fork 0
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
Suppress boost warnings #138
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #138 +/- ##
==========================================
- Coverage 91.66% 91.66% -0.01%
==========================================
Files 57 57
Lines 3839 3838 -1
Branches 254 254
==========================================
- Hits 3519 3518 -1
Misses 310 310
Partials 10 10 ☔ View full report in Codecov by Sentry. |
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 added a few comments regarding the use of conversion
in the different TimeSeries
Fix #87 by treating boost directory as a system include directory.
Also fixes various warnings to clean up the build output.