Skip to content
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 minor extensions to the process class #14

Merged
merged 1 commit into from
Aug 8, 2019
Merged

Conversation

m-cip
Copy link
Collaborator

@m-cip m-cip commented Aug 8, 2019

  • Add new methods vmin, vmax, vsum, vmean, vvar, vstd to the process class, to perform summary operations across values, for each time point and path.
  • Add tests for the interp_kind attribute, and for the no-ovveride commitment of numpy.ndarray methods by the process class.
  • Perform minor documentation edits.

@codecov-io
Copy link

Codecov Report

Merging #14 into master will increase coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
+ Coverage   91.58%   91.63%   +0.05%     
==========================================
  Files           7        7              
  Lines        1877     1889      +12     
  Branches      272      272              
==========================================
+ Hits         1719     1731      +12     
  Misses         96       96              
  Partials       62       62
Impacted Files Coverage Δ
sdepy/infrastructure.py 88.9% <100%> (+0.14%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7100340...caa2575. Read the comment docs.

@sdepy sdepy merged commit 684d0cd into sdepy:master Aug 8, 2019
@m-cip m-cip deleted the process branch August 12, 2019 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants