Skip to content

Commit

Permalink
adding warning filter for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPuzzuoli committed Mar 8, 2024
1 parent 99c8280 commit 95fa065
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/userguide/perturbative_solvers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ on the perturbative solver speed.

.. jupyter-execute::

import warnings
warnings.filterwarnings("error")

import numpy as np

dim = 10 # Oscillator dimension
Expand Down

0 comments on commit 95fa065

Please sign in to comment.