From 85beadeff9d236954419a298f8e79c9bc7a25def Mon Sep 17 00:00:00 2001 From: JerryChen97 Date: Tue, 12 Nov 2024 11:41:53 -0500 Subject: [PATCH] rm the warning regarding Device --- conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf.py b/conf.py index 4e105066e1..c8a9239f6e 100644 --- a/conf.py +++ b/conf.py @@ -110,9 +110,6 @@ # Raise PennyLane deprecation warnings as errors warnings.filterwarnings("error", category=PennyLaneDeprecationWarning) -warnings.filterwarnings( - "ignore", message="Device will no longer be accessible", category=PennyLaneDeprecationWarning -) # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"]