Skip to content

Fix operations_lib test

Marcel Loose requested to merge fix-operations-lib-test into master

Fix test_operations_lib.py, it was missing an assert in the filecmp line, thus causing all the tests to silently pass.

Once that was added, it turned out that I needed to lower the precision used to print the results, in order to avoid failing tests due to slight differences between Python/NumPy versions.

Edited by Marcel Loose

Merge request reports