Skip to content

Commit

Permalink
Merge branch 'koh_implementation' of https://github.com/danielandresa…
Browse files Browse the repository at this point in the history
…rcones/probeye into koh_implementation
  • Loading branch information
danielandresarcones committed Mar 1, 2024
2 parents 51000ea + 23a38cc commit a93f033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions probeye/inference/koh/likelihood_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def translate_likelihood_model(lm_def: GaussianLikelihoodModel) -> ScipyLikeliho
"Add_KOH_Uncorrelated": KOHUncorrelatedModelError,
"Mul_KOH_Uncorrelated": MomentMatchingModelError
}
#FIXME: This is a temporary fix to avoid the error

# this is where the translation happens
likelihood_computer = class_dict[l_class](lm_def)
Expand Down

0 comments on commit a93f033

Please sign in to comment.