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 4d56b19 commit 77455f5Copy full SHA for 77455f5
tests/test_remote_operator.py
@@ -44,6 +44,7 @@ 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