From b6722f97c4ba250cb9d2916aba39da37b6fdcd9a Mon Sep 17 00:00:00 2001 From: Jackson Burns <33505528+JacksonBurns@users.noreply.github.com> Date: Wed, 12 Jun 2024 13:24:38 -0400 Subject: [PATCH] import `logging` instead of `warnings` --- rmgpy/pdep/sls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmgpy/pdep/sls.py b/rmgpy/pdep/sls.py index 792a70e9ad..a292e8391a 100644 --- a/rmgpy/pdep/sls.py +++ b/rmgpy/pdep/sls.py @@ -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