Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Veit Lüschow
veros_veit
Commits
37ca7a89
Commit
37ca7a89
authored
Feb 18, 2020
by
Dion Häfner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove disconnects from tests
parent
93d87c34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
test/distributed_test.py
test/distributed_test.py
+0
-3
No files found.
test/distributed_test.py
View file @
37ca7a89
...
...
@@ -57,7 +57,6 @@ def test_gather(backend):
[1., 1., 1., 1., 3., 3., 3., 3.]]
))
comm.Disconnect()
else:
rs.num_proc = (2, 2)
...
...
@@ -131,7 +130,6 @@ def test_scatter(backend):
comm.Recv(res, proc)
assert np.array_equal(res, global_arr[idx])
comm.Disconnect()
else:
rs.num_proc = (2, 2)
...
...
@@ -208,7 +206,6 @@ def test_acc(backend):
np.testing.assert_allclose(sim.state.psi / scale, other_psi / scale, rtol=0, atol=1e-5)
comm.Disconnect()
else:
rs.num_proc = (2, 2)
...
...
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