Skip to content

Commit

Permalink
issue 676
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
  • Loading branch information
xadupre committed Jan 23, 2024
1 parent cb84112 commit 6948f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/xgboost/test_xgboost_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_issue_676(self):
onnx_model.SerializeToString(), providers=["CPUExecutionProvider"]
)
got = sess.run(None, {"float_input": X.astype(np.float32)})
self.assertEqual(got[0].shape, (100, 1))
self.assertEqual(got[0].shape, (100, 210))


if __name__ == "__main__":
Expand Down

0 comments on commit 6948f49

Please sign in to comment.