Hande Gözükan

Results 14 issues of Hande Gözükan

Inconsistent behavior in [test_stopping_criterion](https://github.com/tomMoral/dicodile/blob/799f3fe244609d4699109a42956bf1ab97778e6c/dicodile/update_z/tests/test_dicod.py#L20). on main branch(799f3fe244609d4699109a42956bf1ab97778e6c) (version with reusable workers) ----------------------------------------------------------------------------------- - When no network interface set: * runs for both1d and 2d values * if **1d value is...

Runs the tests: - on ubuntu-18.04 and ubuntu 20.04 - using mpich and openmpi implementations - system and conda installation of mpi implementations Tests with openmpi on ubuntu-18.04 fails due...

Unit tests fail on ubuntu 18.04 with openmpi 2.1.1 after renaming `dicodile.py` to `_dicodile.py` and exposing `dicodile` function in `__init__.py` as ``` from ._dicodile import dicodile __all__ = ['dicodile'] ```...

### Describe the bug After sphinx version 5, `reference_url` in `sphinx_gallery_conf` section gives the following error upon doc build: ``` Extension error (sphinx_gallery.docs_resolv): Handler for event 'build-finished' threw an exception...

type:bug