Skip to content

Commit

Permalink
🔇 suppress warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nervouna committed Jul 2, 2023
1 parent 0626bea commit 6a2a811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions summarizer/suppress_warning.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@

warnings.simplefilter('ignore', category=NumbaDeprecationWarning)
warnings.simplefilter('ignore', category=NumbaPendingDeprecationWarning)
warnings.simplefilter('ignore', category=UserWarning)

0 comments on commit 6a2a811

Please sign in to comment.