Skip to content

Commit b6722f9

Browse files
authored
import logging instead of warnings
1 parent ffdf92c commit b6722f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rmgpy/pdep/sls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
and implementing the SLS master equation reduction method
3333
"""
3434
import sys
35-
import warnings
35+
import logging
3636

3737
import scipy.sparse as sparse
3838
import numpy as np

0 commit comments

Comments
 (0)