Skip to content

Fix shape check in jax construction

Vicentini Filippo requested to merge PhilipVinc-patch-1 into v3.0

Created by: PhilipVinc

Output shapes (-1, 1) and (-1) are equivalent, and some jax functions can return one or the other, and our code works in both cases, so both are valid.

Merge request reports