Skip to content

Commit d0470d4

Browse files
committed
Rename in new test.
1 parent 8b1d84b commit d0470d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_two_qubits.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def test_optim_lbfgs() -> None:
404404
@pytest.mark.slow
405405
@pytest.mark.integration
406406
def test_optim_lbfgs_grad_free() -> None:
407-
lbfgs_grad_free_opt = C1(
407+
lbfgs_grad_free_opt = OptimalControl(
408408
dir_path=logdir,
409409
fid_func=fidelities.average_infid_set,
410410
fid_subspace=["Q1", "Q2"],

0 commit comments

Comments
 (0)