We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6851b7 commit 931c303Copy full SHA for 931c303
tests/test_opentime.py
@@ -555,14 +555,6 @@ def test_seconds(self):
555
self.assertAlmostEqual(otio.opentime.to_seconds(t3), s3)
556
self.assertAlmostEqual(otio.opentime.to_seconds(t4), s3)
557
558
- v3 = 3459
559
- r3 = 24
560
- s3 = float(3459) / 24
561
- t3 = otio.opentime.RationalTime(v3, r3)
562
- t4 = otio.opentime.from_seconds(s3)
563
- self.assertAlmostEqual(otio.opentime.to_seconds(t3), s3)
564
- self.assertAlmostEqual(otio.opentime.to_seconds(t4), s3)
565
-
566
def test_duration(self):
567
start_time = otio.opentime.from_frames(100, 24)
568
end = otio.opentime.from_frames(200, 24)
0 commit comments