Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
removed fixed seed 1234 (#12072)
Browse files Browse the repository at this point in the history
tested with 100k runs, no failures
  • Loading branch information
samskalicky authored and eric-haibin-lin committed Aug 8, 2018
1 parent 9b18af8 commit cb94be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/gpu/test_operator_gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ def test_unfuse():
check_rnn_consistency(stack, fused)


@with_seed(1234)
@with_seed()
def test_psroipooling_with_type():
arg_params = {
'psroipool_rois': np.array([[0, 10, 22, 161, 173], [0, 20, 15, 154, 160]])}
Expand Down

0 comments on commit cb94be9

Please sign in to comment.