yhtang / FunFact

Tensor decomposition with arbitrary expressions: inner, outer, elementwise operators; nonlinear transformations; and more.
Other
56 stars 4 forks source link

First integration tests #199

Closed campsd closed 2 years ago

campsd commented 2 years ago

Some first integration tests that cover a few of the recently fixed bugs.

@yhtang tox.ini is changed to the tests directory. This runs the tests in that folder, but no longer the unit tests in the funfact directory. Can you have a look at this? Maybe a reasonable solution would be to create a unit and integration subdirectory in tests and move all tests there?

yhtang commented 2 years ago

I think while I fixed the problem, I just accidentally merged it even though the PR is still a draft. So I'll just close this PR accordingly. The tests are very nicely designed though. Thanks!