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

Minor test name change for consistency #873

Merged
merged 1 commit into from
Mar 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from qiskit.aqua.algorithms import VQE


class TestAQGD(QiskitAquaTestCase):
class TestOptimizerAQGD(QiskitAquaTestCase):
""" Test AQGD optimizer using RY for analytic gradient with VQE """

def setUp(self):
Expand Down