Skip to content

Commit

Permalink
examples.py correction
Browse files Browse the repository at this point in the history
  • Loading branch information
CSRavasio committed Nov 30, 2021
1 parent a0dab93 commit 834e6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

# Combine sequentially with another flow field, display the result
flow_2 = of.Flow.from_transforms([['translation', 40, 0]], shape)
result = flow_2.combine_with(flow_2, mode=3)
result = flow.combine_with(flow_2, mode=3)
result.show(show_mask=True, show_mask_borders=True)

# Display the result with arrows
Expand Down

0 comments on commit 834e6fa

Please sign in to comment.