Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
tburrows13 committed May 14, 2020
1 parent 2cf9e3d commit 6058a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_compositing.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_concatenate_self():

def test_concatenate_floating_point():
"""
>>>print("{0:.20f}".format(1.12))
>>> print("{0:.20f}".format(1.12))
1.12000000000000010658
This test uses duration=1.12 to check that it still works when the clip duration is
Expand Down

0 comments on commit 6058a5e

Please sign in to comment.