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
9c525082
Unverified
Commit
9c525082
authored
Jun 15, 2023
by
Rhett Ying
Committed by
GitHub
Jun 15, 2023
Browse files
[Misc] remove unnecessary print() from test_partition.py
parent
1e886cb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
tests/distributed/test_partition.py
tests/distributed/test_partition.py
+0
-1
No files found.
tests/distributed/test_partition.py
View file @
9c525082
...
@@ -837,7 +837,6 @@ def test_not_sorted_node_edge_map():
...
@@ -837,7 +837,6 @@ def test_not_sorted_node_edge_map():
"""
"""
with
tempfile
.
TemporaryDirectory
()
as
test_dir
:
with
tempfile
.
TemporaryDirectory
()
as
test_dir
:
part_config
=
os
.
path
.
join
(
test_dir
,
"test_graph.json"
)
part_config
=
os
.
path
.
join
(
test_dir
,
"test_graph.json"
)
print
(
part_config
)
with
open
(
part_config
,
"w"
)
as
file
:
with
open
(
part_config
,
"w"
)
as
file
:
file
.
write
(
part_config_str
)
file
.
write
(
part_config_str
)
# Part 0.
# Part 0.
...
...
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