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

where() infer type of the other condition when one of the two is a te… #39

Merged
merged 2 commits into from
Jun 4, 2021

Conversation

eserie
Copy link
Contributor

@eserie eserie commented Apr 20, 2021

Fix #38

@codecov
Copy link

codecov bot commented Apr 21, 2021

Codecov Report

Merging #39 (5c28a3c) into master (4656839) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #39   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           16        16           
  Lines         1753      1767   +14     
=========================================
+ Hits          1753      1767   +14     
Impacted Files Coverage Δ
eagerpy/tensor/tensor.py 100.00% <ø> (ø)
eagerpy/tensor/jax.py 100.00% <100.00%> (ø)
eagerpy/tensor/numpy.py 100.00% <100.00%> (ø)
eagerpy/tensor/pytorch.py 100.00% <100.00%> (ø)
eagerpy/tensor/tensorflow.py 100.00% <100.00%> (ø)

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 4656839...5c28a3c. Read the comment docs.

@jonasrauber jonasrauber merged commit 5f7a0d9 into jonasrauber:master Jun 4, 2021
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.

where method do not works with pytorch
2 participants