-
Notifications
You must be signed in to change notification settings - Fork 10
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
346 TimeSeries interp_time #353
Conversation
The CI failures are mostly things that are already adjusted in the measurement chain PR. So I suggest we wait until this one is merged and fix the remaining errors then. Also, I added an internal interpolation counter to emit a warning for interpolating the same data over and over again. Do we want to store the counter in a Weldx file too? Guess it would make sense. |
Co-authored-by: Cagtay Fabry <43667554+CagtayFabry@users.noreply.github.com>
what do you think about adding a |
Not sure what you intend, cause the |
exactly that, so disregard 😉 |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report
@@ Coverage Diff @@
## master #353 +/- ##
=======================================
Coverage 97.43% 97.44%
=======================================
Files 86 86
Lines 5176 5196 +20
=======================================
+ Hits 5043 5063 +20
Misses 133 133
Continue to review full report at Codecov.
|
The reason was that |
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.
LGTM 👍
Changes
TimeSeries.interp_time
now returns a newTimeSeries
instead of anxarray.DataArray
. Additionally, a warning is emitted when already interpolated data is interpolated another time.Related Issues
Closes #346
Checks