With PR 137 (https://github.com/cog-imperial/OMLT/pull/137), we reduced coverage from 96% to 92%. The error handling has substantially improved (exceptions rather than asserts), but the code coverage has dropped because exceptions count towards line coverage (assertions don't).
Already PR 137 does include a lot of tests for increasing the code coverage, but any additional tests would always be appreciated. 😀
With PR 137 (https://github.com/cog-imperial/OMLT/pull/137), we reduced coverage from 96% to 92%. The error handling has substantially improved (exceptions rather than asserts), but the code coverage has dropped because exceptions count towards line coverage (assertions don't).
Already PR 137 does include a lot of tests for increasing the code coverage, but any additional tests would always be appreciated. 😀