Skip to content

Conversation

Alexander-Makaryev
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Sep 28, 2020

Codecov Report

Merging #77 into master will decrease coverage by 0.44%.
The diff coverage is 35.48%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #77      +/-   ##
==========================================
- Coverage   52.48%   52.03%   -0.45%     
==========================================
  Files          19       19              
  Lines        1147     1178      +31     
  Branches      295      305      +10     
==========================================
+ Hits          602      613      +11     
- Misses        310      320      +10     
- Partials      235      245      +10     
Impacted Files Coverage Δ
dpnp/dpnp_iface_logic.py 35.36% <31.03%> (-0.94%) ⬇️
dpnp/dpnp_iface_types.py 93.33% <100.00%> (+1.02%) ⬆️

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 358e39a...77ecd88. Read the comment docs.

Comment on lines +130 to +135
if axis is not None:
checker_throw_value_error("all", "axis", type(axis), None)
if out is not None:
checker_throw_value_error("all", "out", type(out), None)
if keepdims is not False:
checker_throw_value_error("all", "keepdims", keepdims, False)
Copy link
Contributor

Choose a reason for hiding this comment

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

You could give the original numpy a chance to deal with these cases.

@Alexander-Makaryev Alexander-Makaryev changed the title bool dtype support bool dtype support, all and any functions Sep 28, 2020
@shssf shssf merged commit 0db29d3 into master Sep 28, 2020
@shssf shssf deleted the boolean-type branch September 28, 2020 13:34
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.

3 participants