Skip to content

Commit

Permalink
Update test_jump.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mwregan2 committed Jan 31, 2024
1 parent 26274df commit 9ec7676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_jump.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def test_flag_large_events_groupedsnowball():
print("final corner", cube[0, 2, 0, 0])
# assert cube[0, 1, 2, 2] == 0
# assert cube[0, 1, 3, 5] == 0
assert cube[0, 2, 0, 0] == 0
assert cube[0, 2, 0, 0] == DQFLAGS["JUMP_DET"] # Jump was extended
assert cube[0, 2, 1, 0] == DQFLAGS["JUMP_DET"] # Jump was extended
assert cube[0, 2, 2, 2] == DQFLAGS["SATURATED"] # Saturation was extended

Expand Down

0 comments on commit 9ec7676

Please sign in to comment.