Skip to content

Commit eb86ba0

Browse files
authored
Merge pull request #3 from khl02007/ignore_param
Add `_`
2 parents fdba09a + bf785d0 commit eb86ba0

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

src/non_local_detector/models/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2211,6 +2211,7 @@ def predict(
22112211
marginal_log_likelihood,
22122212
_,
22132213
_,
2214+
_,
22142215
) = self._predict(
22152216
time=time,
22162217
log_likelihood_args=(

0 commit comments

Comments
 (0)