Skip to content

Commit

Permalink
Remove par_info
Browse files Browse the repository at this point in the history
  • Loading branch information
comp-phys-marc committed Jun 19, 2024
1 parent e3b4100 commit 0fb539c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/tape/test_qscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def test_no_update_empty_initialization(self):
assert qs._ops == []
assert qs._measurements == []
assert qs._measured_wires == qml.wires.Wires([])
assert qs._par_info == []
assert qs._trainable_params == []
assert qs._graph is None
assert qs._specs is None
Expand Down

0 comments on commit 0fb539c

Please sign in to comment.