Skip to content

Commit

Permalink
[UPDATE] change dtype from int8 to uint8
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed Jun 17, 2015
1 parent 98381f6 commit 0ed6bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -51,7 +51,7 @@ function isodd( x, options ) {
out = x;
}
else {
out = matrix( x.shape, 'int8' );
out = matrix( x.shape, 'uint8' );
}
out = isodd4( out, x );
return out;
Expand Down

0 comments on commit 0ed6bb5

Please sign in to comment.