google-research / kubric

A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as instance segmentation masks, depth maps, and optical flow.
Apache License 2.0
2.34k stars 233 forks source link

Switches singledispatchmethod to functools' implementation. #315

Closed rmbrualla closed 7 months ago

rmbrualla commented 8 months ago

Switches singledispatchmethod to functools' implementation.

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 65.9%. Comparing base (e842ea8) to head (3a200da).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #315 +/- ## ======================================= - Coverage 65.9% 65.9% -0.1% ======================================= Files 43 43 Lines 3581 3580 -1 ======================================= - Hits 2361 2360 -1 Misses 1220 1220 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Qwlouse commented 7 months ago

Nice, I didn't know this became part of functools. Thank you!