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
The current tests dir contains new tests written from scratch. The old tests (with tensorly) where moved to tests_old for the sake of keeping the code until the tests are ported.
When porting the tests we should try to minimize duplicate code, i.e. make use of @pytest.mark.parametrize and fixtures.
The text was updated successfully, but these errors were encountered:
The current
tests
dir contains new tests written from scratch. The old tests (with tensorly) where moved totests_old
for the sake of keeping the code until the tests are ported.When porting the tests we should try to minimize duplicate code, i.e. make use of
@pytest.mark.parametrize
and fixtures.The text was updated successfully, but these errors were encountered: