Skip to content

Commit

Permalink
Fix faulty rand_pulse_sequence call
Browse files Browse the repository at this point in the history
  • Loading branch information
thangleiter committed Jul 3, 2020
1 parent 0fd65de commit 1bb09ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_extras.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_bloch_sphere_visualization_not_available(self):

with self.assertRaises(RuntimeError):
plotting.plot_bloch_vector_evolution(
testutil.rand_pulse_sequence(2))
testutil.rand_pulse_sequence(2, 1))

from filter_functions import types
self.assertIs(types.State, ndarray)
Expand Down

0 comments on commit 1bb09ae

Please sign in to comment.