MatejUrbanQC
MatejUrbanQC
### (v17) Custom inference fails when inputs and outputs of the body have mismatched shapes. The following code should generate a loop that produces a tensor `[1 1 1 1...
# Bug Report ### Is the issue related to model conversion? No ### Describe the bug The example graph consists of a single add node with two `int64` inputs with...
# Bug Report ### Is the issue related to model conversion? No ### Describe the bug My graph consists of a Concat node (with Axis=0) with two inputs with initializers....
### Checks - [x] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...
### Describe the issue: `np.ma.allequal(a, a, fill_value=False)` should return `True` if `a` is a masked array with the mask being all `False` It works if the mask is `nomask` but...