Skip to content

Commit

Permalink
Temp debugging experiment
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Minor <[email protected]>
  • Loading branch information
jminor committed Apr 25, 2024
1 parent c97e6ab commit efd3f2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_opentime.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,9 @@ def test_faulty_formatted_timecode_24(self):
def test_invalid_rate_to_timecode_functions(self):
t = otio.opentime.RationalTime(100, 29.7)

# temp debugging experiment. what exception is thrown here?
otio.opentime.to_timecode(t, 29.7)

with self.assertRaises(ValueError):
otio.opentime.to_timecode(t, 29.7)

Expand Down

0 comments on commit efd3f2b

Please sign in to comment.