[sage-support] New casting rule problem in proven code : TypeError: ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced to any supported types according to t

2019-11-23 Thread Bertrand Cayzac
1.16.1 Scipy : 1.2.0 I gathered that the casting rules have changed but it seems that ufunc doesn't take a "casting" argument in version 1.16 and I can't seem to fin a way to override the safe rule. I don't know how to import or install a different version in

[sage-support] TypeError: ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''

2020-02-16 Thread Bertrand Cayzac
.0] Numpy : 1.16.1 Scipy : 1.2.0 I gathered that the casting rules have changed but it seems that ufunc doesn't take a "casting" argument in version 1.16 and I can't seem to fin a way to override the safe rule. I don't know how to import or install a different version

Re: [sage-support] TypeError: ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''

2020-02-16 Thread Bertrand Cayzac
, nipple_y-r) show ('areola / breast circle intersection coordinates : x = ', areoint_x, ' y = ', nipple_y-r) show ('areola / Versiera intersection coordinates : x = ', xt(son), ' y = ', dyvp) show ('numerical resolution : ') show (' f(t

Re: [sage-support] TypeError: ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''

2020-02-18 Thread Bertrand Cayzac
for the input types, and > > the inputs could not be safely coerced to any supported types > > according to the casting rule ''safe'' > > > > ... which is a good start: the bug is reproducible! > > > > Vincent > > > > Le 16/02/2020 à

Re: [sage-support] TypeError: ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''

2020-02-21 Thread Bertrand Cayzac
re.org/compatible_idioms.html > > > > After making the appropriate change, I can at least reproduce the > > error > > > > TypeError: ufunc 'isfinite' not supported for the input types, and > > the inputs could not be safely coerced to any supported