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

Feature/scans methods #105

Merged
merged 9 commits into from Feb 28, 2017
Merged

Conversation

granrothge
Copy link
Contributor

Add methods for:
1 apply a function to a column in each scan of a collection and return the result
2 find the minimum of a column in each scan of a collection and return the result
3 find the minimum of a column in each scan of a collection and return the result
4 find the mean of a column in each scan of a collection and return the result

tests were also added for 2 and 3 which implicitly tests 1

@codecov-io
Copy link

codecov-io commented Feb 22, 2017

Codecov Report

Merging #105 into master will increase coverage by 0.25%.
The diff coverage is 100%.

@@            Coverage Diff            @@
##           master    #105      +/-   ##
=========================================
+ Coverage   84.14%   84.4%   +0.25%     
=========================================
  Files          47      48       +1     
  Lines        3886    3937      +51     
=========================================
+ Hits         3270    3323      +53     
+ Misses        616     614       -2
Impacted Files Coverage Δ
neutronpy/lsfit/plot.py 100% <100%> (ø)
neutronpy/data/scans.py 90.9% <100%> (+1.16%)
neutronpy/lsfit/fitter.py 75.36% <100%> (+1.11%)

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 86f31a7...0f4005f. Read the comment docs.

@pseudocubic pseudocubic merged commit f600f46 into neutronpy:master Feb 28, 2017
@granrothge granrothge deleted the feature/scans_methods branch April 26, 2017 15:55
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