Skip to content

Forward missing arguments to summarystats #424

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

Merged
merged 2 commits into from
May 31, 2023
Merged

Forward missing arguments to summarystats #424

merged 2 commits into from
May 31, 2023

Conversation

devmotion
Copy link
Member

Currently, summarize drops some keyword arguments when falling back to summarystats. To me it seems this is a bug and instead keyword arguments name and append_chains should be forwarded.

@codecov
Copy link

codecov bot commented May 31, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (90ae875) 84.62% compared to head (61f363b) 84.62%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #424   +/-   ##
=======================================
  Coverage   84.62%   84.62%           
=======================================
  Files          20       20           
  Lines        1067     1067           
=======================================
  Hits          903      903           
  Misses        164      164           
Impacted Files Coverage Δ
src/stats.jl 97.14% <ø> (ø)
src/summarize.jl 83.78% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@cpfiffer cpfiffer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, agreed that this is unintended behavior. Good fix, I'm happy to merge!

@cpfiffer cpfiffer merged commit 82def13 into master May 31, 2023
@cpfiffer cpfiffer deleted the dw/summarize branch May 31, 2023 18:36
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.

2 participants