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

Refine summary #105

Merged
merged 4 commits into from
Jun 1, 2022
Merged

Refine summary #105

merged 4 commits into from
Jun 1, 2022

Conversation

musoke
Copy link
Owner

@musoke musoke commented May 31, 2022

  • fix some subtle bugs in summary extensions
  • add more possible summary outputs

Some internal functions their associated types in the `Summary` module
have misleading names.  Rename them.
The docs claim that you can dispatch `Summary.column_title` on the
datatype to output multiple values from a summary type.  This isn't
true; Julia doesn't allow dispatch on value.

Change the signature of `Summary.column_title` to fix this; now can
dispatch on the type of Val{SummaryType}.
Add a summary that captures the maximum density and its location.
@musoke musoke force-pushed the refine_summary branch 3 times, most recently from 7cdbb40 to 5a4740b Compare June 1, 2022 07:23
@codecov
Copy link

codecov bot commented Jun 1, 2022

Codecov Report

Merging #105 (d3846d9) into master (b6ed496) will decrease coverage by 0.47%.
The diff coverage is 84.90%.

@@            Coverage Diff             @@
##           master     #105      +/-   ##
==========================================
- Coverage   87.75%   87.27%   -0.48%     
==========================================
  Files           8        8              
  Lines         449      495      +46     
==========================================
+ Hits          394      432      +38     
- Misses         55       63       +8     
Impacted Files Coverage Δ
src/summary.jl 67.76% <80.00%> (+1.44%) ⬆️
src/grids.jl 89.85% <91.30%> (+0.28%) ⬆️

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 b6ed496...d3846d9. Read the comment docs.

@musoke musoke merged commit 1c36b3e into master Jun 1, 2022
@musoke musoke deleted the refine_summary branch June 1, 2022 15:28
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

1 participant