Skip to content

Resolve "In painting has different output based on computer OS"

Closes #2 (closed)

As discussed in #2 (closed), small differences coming from difference linear algebra libraries can be amplified during further computation (especially in uint8 precision) and lead to slightly different output on different systems. This is not something that can be easily worked around, therefore the chosen solution is to increase the tolerance of the unit tests to allow for these small modifications.

Edited by Vincent POLLET

Merge request reports