Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
212a6a1f
Unverified
Commit
212a6a1f
authored
Jan 02, 2024
by
Rhett Ying
Committed by
GitHub
Jan 02, 2024
Browse files
[dist] skip verify_partitions as it is out-dated (#6878)
parent
326ffba1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/tools/test_dist_part.py
tests/tools/test_dist_part.py
+1
-1
No files found.
tests/tools/test_dist_part.py
View file @
212a6a1f
...
...
@@ -310,7 +310,7 @@ def _test_pipeline(
def
test_pipeline_basics
(
num_chunks
,
num_parts
,
world_size
):
_test_pipeline
(
num_chunks
,
num_parts
,
world_size
)
_test_pipeline
(
num_chunks
,
num_parts
,
world_size
,
use_verify_partitions
=
Tru
e
num_chunks
,
num_parts
,
world_size
,
use_verify_partitions
=
Fals
e
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment