Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomcli committed Mar 27, 2024
1 parent bd3811e commit 5efa1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/core/loop_output/loop_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

@dsl.component
def args_generator_op() -> List[str]:
return '[1.1, 1.2, 1.3]'
return ['1.1', '1.2', '1.3']


# TODO(Bobgy): how can we make this component with type float?
Expand Down

0 comments on commit 5efa1ca

Please sign in to comment.