Skip to content

Commit 3041345

Browse files
committed
filter-out numpy subnormal warning #347
1 parent dce8f17 commit 3041345

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bakta/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
__version__ = '1.11.0'
22
__db_schema_version__ = 6
3+
4+
import warnings
5+
warnings.filterwarnings('ignore', message='The value of the smallest subnormal for')

0 commit comments

Comments
 (0)