Skip to content

Commit a347f67

Browse files
committed
Fix
1 parent f9ba318 commit a347f67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/legacy_test/test_cartesian_prod.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ def test_static_graph(self):
167167
ref_res = np.array(list(product(self.a_np, self.b_np))).reshape(
168168
[0, 2]
169169
)
170-
print(pd_res)
171-
print(ref_res.shape)
172170
np.testing.assert_allclose(ref_res, pd_res[0])
173171

174172
def test_dygraph(self):

0 commit comments

Comments
 (0)