#625 made the documentation tests not count towards code coverage. codecov didn't raise any alert (maybe it only checks the changed lines of code), but we're now down to 99% code coverage with 8 lines missing in _flattening.py and 3 lines missing in _weighting_bases.py (see https://app.codecov.io/gh/SimplexLab/TorchJD/tree/main/src%2Ftorchjd%2Faggregation). If we add some very simple tests for Flattening, this will be very easily resolved.
#625 made the documentation tests not count towards code coverage. codecov didn't raise any alert (maybe it only checks the changed lines of code), but we're now down to 99% code coverage with 8 lines missing in
_flattening.pyand 3 lines missing in_weighting_bases.py(see https://app.codecov.io/gh/SimplexLab/TorchJD/tree/main/src%2Ftorchjd%2Faggregation). If we add some very simple tests forFlattening, this will be very easily resolved.