Skip to content

Commit

Permalink
Filter warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgt16-LANL committed Sep 14, 2023
1 parent 4ff52d1 commit 758fcd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions architector/io_lig.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
import warnings

warnings.filterwarnings('ignore') # Supress numpy warnings.
warnings.simplefilter("ignore", UserWarning) # Supress SciPy warnings.

# Conditional Numba import
has_numba = True
Expand Down

0 comments on commit 758fcd7

Please sign in to comment.