Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gvonness committed Aug 11, 2023
1 parent bbce16e commit 64efe1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import thylacine.model.core.values._

import cats.syntax.all._

private[thylacine] trait ForwardModel[F[_]] extends GenericMapping with CanValidate[ForwardModel[F]] {
trait ForwardModel[F[_]] extends GenericMapping with CanValidate[ForwardModel[F]] {
this: AsyncImplicits[F] =>

// Note that input validation should be done within
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import thylacine.model.distributions.Distribution
import cats.effect.kernel.Async
import cats.syntax.all._

private[thylacine] trait Likelihood[F[_], +FM <: ForwardModel[F], +D <: Distribution]
trait Likelihood[F[_], +FM <: ForwardModel[F], +D <: Distribution]
extends ModelParameterPdf[F]
with PosteriorTerm
with CanValidate[Likelihood[F, _, _]] {
Expand Down

0 comments on commit 64efe1a

Please sign in to comment.