Skip to content

Commit

Permalink
fix python api test
Browse files Browse the repository at this point in the history
  • Loading branch information
subhankarshah committed Oct 29, 2022
1 parent 29a7274 commit c2b6a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stablehlo/integrations/python/tests/stablehlo.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_channel_handle():
def test_output_operand_alias():
"""Check that OutputOperandAlias attributes is available and usable."""

attr = OutputOperandAlias.get(
attr = stablehlo.OutputOperandAlias.get(
output_tuple_indices=[0],
operand_index=0,
operand_tuple_indices=[1])
Expand Down

0 comments on commit c2b6a41

Please sign in to comment.