Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
change seed
Browse files Browse the repository at this point in the history
  • Loading branch information
manoelmarques committed Nov 5, 2020
1 parent 3ba2a8e commit aaac4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/aqua/operators/legacy/test_weighted_pauli_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class TestWeightedPauliOperator(QiskitAquaTestCase):

def setUp(self):
super().setUp()
seed = 0
seed = 3
aqua_globals.random_seed = seed

self.num_qubits = 3
Expand Down

0 comments on commit aaac4f8

Please sign in to comment.