From 107cff50b4503369872285633905a1848b0025d6 Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Wed, 15 May 2024 12:27:24 +0100 Subject: [PATCH] Fix notebooks.toml (#1386) We didn't notice this until we tried executing notebooks that submit jobs. --- scripts/nb-tester/notebooks.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/nb-tester/notebooks.toml b/scripts/nb-tester/notebooks.toml index 29ddcd56051..d1239ed0377 100644 --- a/scripts/nb-tester/notebooks.toml +++ b/scripts/nb-tester/notebooks.toml @@ -53,6 +53,5 @@ notebooks_that_submit_jobs = [ # memory on a reasonable device. notebooks_no_mock = [ "docs/start/hello-world.ipynb", - "tutorials/combining-error-mitigation-estimator/combining-error-mitigation-estimator.ipynb", "tutorials/combine-error-mitigation-options-with-the-estimator-primitive/combine-error-mitigation-options-with-the-estimator-primitive.ipynb", ]