Skip to content

Commit

Permalink
Bug(stlsq): Fix #414, re-enabling UserWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Stevens-Haas committed Jan 31, 2024
1 parent 8341efb commit d399f66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pysindy/optimizers/sr3.py
Expand Up @@ -10,8 +10,6 @@
from ..utils import get_regularization
from .base import BaseOptimizer

warnings.filterwarnings("ignore", category=UserWarning)


class SR3(BaseOptimizer):
"""
Expand Down

0 comments on commit d399f66

Please sign in to comment.