Skip to content

Commit

Permalink
modified where_test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mei1127 committed Nov 22, 2023
1 parent 9aa625d commit afdb4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/where_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ describe('test where', function() {
testWhere(condition, inputA, inputB, expected);
});

it.only('where broadcast condition3d×A2d×B1d', function() {
it('where broadcast condition3d×A2d×B1d', function() {
const condition = {
shape: [2, 2, 3],
data: [
Expand Down

0 comments on commit afdb4c7

Please sign in to comment.