Skip to content

Commit

Permalink
Black formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsimpson committed Oct 17, 2024
1 parent 5735bda commit 169c4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/statistical/test_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class NextToken:
probs: dict[int, List[float]] = {
1: [0.2, 0.5, 0.3],
2: [0.3, 0.4, 0.3],
3: [0, 0, 0]
3: [0, 0, 0],
}
p0: List[float] = [0.2, 0.8, 0.0]
states: List[int] = [1, 2, 3]
Expand Down

0 comments on commit 169c4bb

Please sign in to comment.