Skip to content

BLISS 1.9: Make few function resilient to None

Valentin Valls requested to merge flint-1.9.x-patch-36620 into 1.9.x

At some places this function can be called with None instead of a real data channel.

This fix is a workaround to make it work without a huge change.

This should be fixed in different way in the master.

Merge request reports