Skip to content

Commit

Permalink
BUG: remove ignore warnings from strategy module
Browse files Browse the repository at this point in the history
  • Loading branch information
henryrobbins committed Jul 17, 2024
1 parent e976dc9 commit a026c86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simpar/strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import numpy as np
from .micro import days_infectious
from typing import List, Dict
np.warnings.filterwarnings('ignore', category=np.VisibleDeprecationWarning)


class Test:
Expand Down

0 comments on commit a026c86

Please sign in to comment.