Skip to content

Commit

Permalink
number 13 for optimizers notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Conchello Vendrell committed Mar 2, 2023
1 parent 3ca27a7 commit 67e7db5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ Contents
notebooks/10_workflows_on_Amazon_braket.ipynb
notebooks/11_Mixer_example.ipynb
notebooks/12_testing_azure.ipynb
notebooks/13_optimizers.ipynb
notebooks/X_dumping_data.ipynb
notebooks/X_optimizers.ipynb


.. toctree::
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions tests/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ def test_11_Mixer_example():
notebook_test_function("./examples/11_Mixer_example.ipynb")


def test_X_dumping_data():
notebook_test_function("./examples/X_dumping_data.ipynb")
def test_13_optimizers():
notebook_test_function("./examples/13_optimizers.ipynb")


def test_X_optimizers():
notebook_test_function("./examples/X_optimizers.ipynb")
def test_X_dumping_data():
notebook_test_function("./examples/X_dumping_data.ipynb")


### Community Tutorials
Expand Down

0 comments on commit 67e7db5

Please sign in to comment.