fix typo in test

Signed-off-by: raver119 <raver119@gmail.com>
master
raver119 2019-12-03 10:23:19 +03:00
parent 1f5e15b541
commit d8339246d9
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ TEST_F(BooleanOpsTests, test_where_1) {
auto y = NDArrayFactory::create<double>('c', {6}, { 2, -3, 1, 1, -2, 1 });
auto e = NDArrayFactory::create<double>('c', {3}, { 4, 8, 5 });
nd4j:ops::choose op;
nd4j::ops::choose op;
auto result = op.execute({&x, &y}, {}, {3});
ASSERT_EQ(Status::OK(), result->status());