Skip to content

Commit

Permalink
Update initialization scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rosericazondekon committed May 31, 2023
1 parent a422dd9 commit 92447f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pynssp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
from .detectors.regression import *
from .detectors.switch import *
from .detectors.nbinom import *
from .detectors.serfling import *
from .detectors.serfling import *
from .detectors.trend import *
3 changes: 2 additions & 1 deletion pynssp/detectors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
from .nbinom import *
from .serfling import *
from .regression import *
from .switch import *
from .switch import *
from .trend import *

0 comments on commit 92447f4

Please sign in to comment.