Skip to content

Relax constraints on the quality of the space model

Since the latest improvements of BLS library, the test checking the quality of the space model is flaky.

Indeed, the test uses Obj.reachable_words to evaluate the space model but this function is not aware of the size of data pointed in the custom blocks. The difference in the case of BLS is important which makes the quality of the space model a bit lower than before.

A fix of BLS is in preparation but in the meantime, we simply relax the constraints on the space model quality to fix the wobbly test.

Edited by Yann Regis-Gianas

Merge request reports