Skip to content

Commit

Permalink
do not always log DeprecationWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed May 22, 2024
1 parent aa2222e commit 8a004bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hatyan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@
from hatyan.hatyan_core import *
from hatyan.timeseries import *
from hatyan.utils import close

import warnings
warnings.filterwarnings(action='always', category=DeprecationWarning)

0 comments on commit 8a004bc

Please sign in to comment.