Skip to content

Commit ffd57e9

Browse files
committed
feat(path): Set p explicitly to 1 in tests.
1 parent e74775b commit ffd57e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/path/general_path_generator_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ TEST_P(PathGeneratorTestFixture, path_generation_without_permutation) {
7676

7777
PGeneratorConfig config;
7878
config.n = GetParam();
79+
config.p = 1.0;
7980

8081
PathDirected generator(config, rank, size);
8182
generator.Generate(GraphRepresentation::EDGE_LIST);
@@ -94,6 +95,7 @@ TEST_P(PathGeneratorTestFixture, path_generation_with_permutation) {
9495

9596
PGeneratorConfig config;
9697
config.n = GetParam();
98+
config.p = 1.0;
9799
config.permute = true;
98100

99101
PathDirected generator(config, rank, size);

0 commit comments

Comments
 (0)