Issue with caching in bilby.hyper.model
The current method does not check if the input data is the same e.g.
prob1 = hyper_model.prob(data1)
prob2 = hyper_model.prob(data2)
will return the same probabilities.
A data check is required here.
The current method does not check if the input data is the same e.g.
prob1 = hyper_model.prob(data1)
prob2 = hyper_model.prob(data2)
will return the same probabilities.
A data check is required here.
added Bug label
mentioned in merge request !871 (closed)
added Hyper label
Hi @shanika.galaudage, are you able to submit a MR fixing this?
closed
reopened
Sorry I didn't mean to close the issue.
mentioned in merge request !1364 (merged)
closed with merge request !1364 (merged)