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 committed Jun 12, 2024
1 parent d541afc commit d8607f9
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 d8607f9

Please sign in to comment.