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

Make multinomial work for iterable input #170

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

thchr
Copy link

@thchr thchr commented Nov 8, 2024

There's no need to restrict the signature to multi-argument inputs; iterable inputs are arguably more natural. This way, we can avoid splatting if the input is an iterable.

Copy link

codecov bot commented Nov 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.89%. Comparing base (912d506) to head (a67609a).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #170   +/-   ##
=======================================
  Coverage   96.89%   96.89%           
=======================================
  Files           8        7    -1     
  Lines         804      804           
=======================================
  Hits          779      779           
  Misses         25       25           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant