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 support for many arguments #37

Merged
merged 3 commits into from
Mar 12, 2024
Merged

add support for many arguments #37

merged 3 commits into from
Mar 12, 2024

Conversation

dpaiton
Copy link
Member

@dpaiton dpaiton commented Mar 11, 2024

Addresses #35 and #36

@codecov-commenter
Copy link

codecov-commenter commented Mar 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.32%. Comparing base (aed9c9f) to head (505d6f6).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #37      +/-   ##
==========================================
+ Coverage   96.93%   97.32%   +0.39%     
==========================================
  Files          11       11              
  Lines        1566     1573       +7     
==========================================
+ Hits         1518     1531      +13     
+ Misses         48       42       -6     
Flag Coverage Δ
unittests 97.32% <100.00%> (+0.39%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@dpaiton dpaiton requested a review from slundqui March 11, 2024 08:09
fixedpointmath/fixed_point_math.py Outdated Show resolved Hide resolved
fixedpointmath/fixed_point_math.py Outdated Show resolved Hide resolved
@dpaiton dpaiton merged commit 8f141fe into main Mar 12, 2024
3 checks passed
@dpaiton dpaiton deleted the dpaiton/update-min-max branch March 12, 2024 01:32
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.

add minimum and maximum support for iterable and N input args minimum and maximum needs runtime type checks
3 participants