We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77455f5 commit a0719e1Copy full SHA for a0719e1
tests/test_remote_operator.py
@@ -44,7 +44,6 @@ def test_connect_3remote_operators(simple_bar):
44
def test_connect_remote_data_to_operator(simple_bar):
45
data_sources1 = core.DataSources(simple_bar)
46
op2 = ops.result.displacement(data_sources=data_sources1, server=local_servers[0])
47
- print(local_servers[1])
48
add = ops.math.add_fc(op2, op2, server=local_servers[1])
49
fc = add.outputs.fields_container()
50
assert np.allclose(fc[0].data, 2 * op2.outputs.fields_container()[0].data)
0 commit comments