Skip to content

Commit

Permalink
import logging instead of warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns authored Jun 12, 2024
1 parent ffdf92c commit b6722f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmgpy/pdep/sls.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
and implementing the SLS master equation reduction method
"""
import sys
import warnings
import logging

import scipy.sparse as sparse
import numpy as np
Expand Down

0 comments on commit b6722f9

Please sign in to comment.