Skip to content

Commit

Permalink
Revert "missing print"
Browse files Browse the repository at this point in the history
This reverts commit ded2061.
  • Loading branch information
rafacanton committed Feb 29, 2024
1 parent 4d56b19 commit 77455f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_remote_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def test_connect_3remote_operators(simple_bar):
def test_connect_remote_data_to_operator(simple_bar):
data_sources1 = core.DataSources(simple_bar)
op2 = ops.result.displacement(data_sources=data_sources1, server=local_servers[0])
print(local_servers[1])
add = ops.math.add_fc(op2, op2, server=local_servers[1])
fc = add.outputs.fields_container()
assert np.allclose(fc[0].data, 2 * op2.outputs.fields_container()[0].data)

0 comments on commit 77455f5

Please sign in to comment.