You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseRuntimeError("repeat() with repeats as an array requires data-dependent shapes, but the data_dependent_shapes flag has been disabled for array-api-strict")
90
+
ifrepeats.dtypenotin_integer_dtypes:
91
+
raiseTypeError("The repeats array must have an integer dtype")
0 commit comments