Skip to content

Commit

Permalink
Move discrete method code to its own file
Browse files Browse the repository at this point in the history
Matches what we do in the variational case, and we don't use this code much now anyway
  • Loading branch information
hyanwong committed Nov 5, 2024
1 parent 2e3615a commit d379356
Show file tree
Hide file tree
Showing 3 changed files with 834 additions and 831 deletions.
9 changes: 2 additions & 7 deletions tests/test_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,9 @@

import tsdate
from tsdate import base
from tsdate.core import (
DiscreteTimeMethod,
InOutAlgorithms,
InsideOutsideMethod,
Likelihoods,
LogLikelihoods,
)
from tsdate.core import DiscreteTimeMethod, InsideOutsideMethod
from tsdate.demography import PopulationSizeHistory
from tsdate.discrete import InOutAlgorithms, Likelihoods, LogLikelihoods
from tsdate.prior import (
ConditionalCoalescentTimes,
MixturePrior,
Expand Down
Loading

0 comments on commit d379356

Please sign in to comment.