Skip to content

Commit

Permalink
Add test for reported failure
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Jan 7, 2025
1 parent 800ba0a commit 084069d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1496,3 +1496,9 @@ def test_operator_id(server_type):
assert op.id not in ids

ids.add(op.id)


def test_operator_find_outputs_corresponding_pins_any(server_type):
f1 = ops.utility.forward()
f2 = ops.utility.forward()
f2.inputs.any.connect(f1.outputs.any)

0 comments on commit 084069d

Please sign in to comment.