Skip to content

Commit

Permalink
pytests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Jan 27, 2025
1 parent 4294ff4 commit 68aca23
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/test_pot_iterations.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,13 @@ def test_calculate_ip_iters(self):
)

required_iters = uint64(int(ssi * 4 / 300))
ip_iters = calculate_ip_iters(test_constants, ssi, uint8(13), required_iters)
ip_iters = calculate_ip_iters(
test_constants.NUM_SPS_SUB_SLOT,
test_constants.NUM_SP_INTERVALS_EXTRA,
ssi,
uint8(13),
required_iters
)
assert (
ip_iters
== sp_iters
Expand Down

0 comments on commit 68aca23

Please sign in to comment.