Rafa_PyRs.dev

Results 1 comments of Rafa_PyRs.dev

Perhaps need to ensure that the data is passed in the correct format ```rust let data_args = PyTuple::new(py, [&data])?; match scaler.call1(data_args) {...}