Open Murat-U-Saglam opened 3 months ago
FYI please check this works, I am not sure calling rint
will be sufficient as it still (AFAIK) generates floating point values, that just happen to be integer values. But these may render like 2.
, 10.
etc. and I believe this will still trip up the regex based input validation. Though really I would recommend collecting the results in a tuple and actually calling int
on all the components to be safest.
The values before passed to Bokeh were not rounded as integers and were treated as float due to a decimal point. I have added robust checking and enforcement of ints within that function.
Bokeh RGB accepts integers, this error causes issues with serialisation as discussed in Issue