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
This PR fixes the test fixture generation logic, and fixes#128.
The problem was that some `TestAll...` classes were inheriting from
`skbase` `FixtureGenerator` and not from the `skpro` fixture generator
`FixtureGenerator` (from `test_all-estimators`) which overrides
`_all_objects` to test only incrementally, or objects with available
dependencies.
It seems the incremental testing does not properly work in
skpro
, unlike insktime
.I don't understand why it doesn't. This leads to test times of 7min instead of 2min for individual workflow elements.
Failed attempts to fix:
#127
The text was updated successfully, but these errors were encountered: