Skip to content

Commit

Permalink
removed unnecessary code as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsimpson committed Oct 21, 2024
1 parent 9a873eb commit e4ba24e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/fsm/test_statistical.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,3 @@ def prob_markov(token: List[int]) -> np.array:
_, p_value2 = ks_2samp(lengths2, L)
assert p_value1 > 0.1
assert p_value2 > 0.1
# assert p_value1 == approx(0.9995707880859014)
# assert p_value2 == approx(0.9693924821629614)


if __name__ == "__main__":
test_generate_length()

0 comments on commit e4ba24e

Please sign in to comment.