Skip to content

Commit 2a22b37

Browse files
committed
Fix number of outputs for ClusterlessDetector
1 parent 771c43a commit 2a22b37

File tree

1 file changed

+1
-1
lines changed
  • src/non_local_detector/models

1 file changed

+1
-1
lines changed

src/non_local_detector/models/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1635,13 +1635,13 @@ def predict(
16351635
self.discrete_transition_coefficients_,
16361636
discrete_transition_covariate_data,
16371637
)
1638-
16391638
(
16401639
acausal_posterior,
16411640
acausal_state_probabilities,
16421641
marginal_log_likelihood,
16431642
_,
16441643
_,
1644+
_,
16451645
) = self._predict(
16461646
time=time,
16471647
log_likelihood_args=(

0 commit comments

Comments
 (0)