Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
caiomcbr committed Sep 24, 2024
1 parent 42ec1a2 commit 68ba3d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/test/executor_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ def main(
parser.add_argument("--seed", type=int, default=42)
args = parser.parse_args()

#testing

packet_type = PacketType.LL16
if args.packet_type == "LL8":
packet_type = PacketType.LL8
Expand Down

0 comments on commit 68ba3d4

Please sign in to comment.