Skip to content

Commit fbcc020

Browse files
committed
Passing seed to constellation mapper individual runs
1 parent 0c11fef commit fbcc020

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,7 @@ def setupTests(vunit, args):
850850
name=config.name,
851851
generics=dict(
852852
test_cfg=config.getTestConfigString(),
853+
SEED=args.seed,
853854
NUMBER_OF_TEST_FRAMES=3,
854855
),
855856
)

0 commit comments

Comments
 (0)