Jan
Jan
Yes, very good point. Before the hackathon, we should 1) further reduce the set of core tests to make the CI faster. We should then make sure to CD on...
another idea would be caching test results across CI runs within a feature branch and then executing only the previously failed tests with every new push: something like: ``` -...
yet another idea to speed up CI would be to call only the tests of the changed files, e.g., using https://testmon.org/ this could look something like: - collect tests affected...
Update: General info: we have a large test suite with some tests marked as `slow`. We have a Continuous Integration workflow that runs only the "not slow" tests and is...
highly related to #962
will be closed by #1015
This is being worked on in #1042 but it will not make it into the release in August.
I like the idea with `nn.Module` 👍 this makes it easier to integrate things with PPL frameworks as well.
closes #990 closes #944
@JuliaLinhart can you have a look at this please?