Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
starride-teklia committed Oct 4, 2023
1 parent 812a3a7 commit eb04c71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/callbacks/decode_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def __call__(self, batch_y_hat):
"prob-htr-char": [
[0.9, 0.9, 0.9, 0.9, 0.9, 0.9] for _ in range(batch_size)
],
"prob-htr": [0.9 for _ in range(batch_size)],
}


Expand Down

0 comments on commit eb04c71

Please sign in to comment.