From ef9b52315ea0c5f09b0f3aa3acff1e3f0299ce13 Mon Sep 17 00:00:00 2001 From: Rebecca Dimock <66339736+beckykd@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:35:50 -0600 Subject: [PATCH] add error to new notebook text (#2253) This will help people find and fix the issue. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8c4020c83bc..a1b5a5dfed6 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,8 @@ If your notebook uses the latex circuit drawer (`qc.draw("latex")`), you must also add it to the "Check for notebooks that require LaTeX" step in `.github/workflows/notebook-test.yml`. +If you don't do this step, you will get the error "FAILED scripts/nb-tester/test/test_notebook_classification.py::test_all_notebooks_are_classified". + ### Add package version information Add a new markdown cell under your title with a `version-info` tag.