Hande Gözükan

Results 8 comments of Hande Gözükan

Thank you for the answers! > * The `**fit_params` is following in line with the latest version of the sklearn API, and is now standard for sklearn models. Eventually the...

Hi @lmcinnes , I had sometime and I came back to this PR. Previously I had fixed two problems in the `update` function: - `update` function was adding the inverse...

> I am not sure why it is still in fail fast. ~Did you rebased on `master`?~ I saw you did, not sure why the tests are stopped then. >...

@tomMoral The main problem for tests with mpich is that we need to run the tests with `mpiexec -np 1 pytest ..` due to https://github.com/pmodels/mpich/issues/4853 . But when tests are...

> the problem seems to be on the init of `MPI` with an issue on argument no? > > It seems that the process hangs just before calling `dicodile/tests/test_dicodile.py::test_dicodile`. >...

@tomMoral I tried using mpich with a very simple MPI program that spawns a number of processes (gets the hostfile from env.) to see if the problem arises from dicodile...

Hi @chmendoza What is the command that you are using to run the example?

Please try with the command: `mpirun -np 1 --host localhost:16 python -m mpi4py examples/plot_gait.py` My guess is that you are trying to run the notebook without `mpirun -np 1..` part...