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
thrownewTypeError(format('invalid argument. Second argument must have one of the following data types: "%s". Data type: `%s`.',join(DTYPES.idtypes0,'", "'),dt));
111
113
}
114
+
arrs.push(start);
112
115
}else{
113
116
thrownewTypeError(format('invalid argument. Second argument must be either a number, complex number, or an ndarray. Value: `%s`.',start));
thrownewTypeError(format('invalid argument. Third argument must have one of the following data types: "%s". Data type: `%s`.',join(DTYPES.idtypes1,'", "'),dt));
124
127
}
128
+
arrs.push(stop);
125
129
}else{
126
130
thrownewTypeError(format('invalid argument. Third argument must be either a number, complex number, or an ndarray. Value: `%s`.',stop));
thrownewTypeError(format('invalid argument. Fourth argument must have one of the following data types: "%s". Data type: `%s`.',join(DTYPES.idtypes2,'", "'),dt));
thrownewTypeError(format('invalid argument. Fourth argument must have one of the following data types: "%s". Data type: `%s`.',join(DTYPES.idtypes2,'", "'),dt));
174
179
}
180
+
arrs.push(endpoint);
175
181
}else{
176
182
thrownewTypeError(format('invalid argument. Fourth argument must be either a boolean or an ndarray. Value: `%s`.',endpoint));
0 commit comments