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

[FIX] Transformation: fix a bug in nested transformation of instance #1192

Merged
merged 1 commit into from
Apr 19, 2016

Conversation

astaric
Copy link
Member

@astaric astaric commented Apr 19, 2016

Transformation.transform can sometimes return 0d ndarray.

This happens for instance in ReplaceUnknowns, when np.where is called on a Float value (produced by a nested call of compute_value).

self.transform can sometimes return ndarray type that is not an actual
array.

This happens for instance in ReplaceUnknowns, when np.where is called on
a Float value.
@codecov-io
Copy link

Current coverage is 84.46%

Merging #1192 into master will increase coverage by +0.01% as of ef51edb

@@            master   #1192   diff @@
======================================
  Files           77      77       
  Stmts         7500    7500       
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit           6334    6335     +1
  Partial          0       0       
+ Missed        1166    1165     -1

Review entire Coverage Diff as of ef51edb

Powered by Codecov. Updated on successful CI builds.

@astaric astaric changed the title Transformation: fix a bug in nested transformation of instance [FIX] Transformation: fix a bug in nested transformation of instance Apr 19, 2016
@kernc kernc merged commit b0de39a into biolab:master Apr 19, 2016
@astaric astaric deleted the bug-blaz branch September 8, 2017 08: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.

3 participants