You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TestBoxArea, TestBoxIoU and TestGenBoxIoU are all very related and perform a single test (or two if we consider the newly added JIT test).
We can probably refactor the implementations so that they follow the same base class, and use pytest.parameterize, so that each configuration is displayed as an independent test.
Uh oh!
There was an error while loading. Please reload this page.
Initially brought in #4472 (review)
TestBoxArea
,TestBoxIoU
andTestGenBoxIoU
are all very related and perform a single test (or two if we consider the newly added JIT test).We can probably refactor the implementations so that they follow the same base class, and use
pytest.parameterize
, so that each configuration is displayed as an independent test.cc @pmeier
The text was updated successfully, but these errors were encountered: