Skip to content

Commit

Permalink
rm the warning regarding Device
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryChen97 committed Nov 12, 2024
1 parent 3d2561a commit 85beade
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 85beade

Please sign in to comment.