Mihai Capotă

Results 59 issues of Mihai Capotă

``` docker run -it --entrypoint python3 brainiak/brainiak -c "import mpi4py" Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'mpi4py' ``` Reported by @KailongPeng on...

bug

From [Gitter](https://gitter.im/brainiak/brainiak?at=61bfe57b62f3a56c818e05bc): Hello, I'm running a Brainiak searchlight (sl_rad = 3, max_blk_edge = 10, pool_size = 1) and getting errors from mpi4py (trace below). The searchlight loads 253GB of data....

Deprecation started in v58.3.0: https://setuptools.pypa.io/en/latest/history.html#v58-3-0

dev

Currently, we do not show notebook outputs. It would be helpful to do so. However, we do not want to store the outputs in Git because they pollute diffs. We...

enhancement

See the following example: ```bash mpiexec -n 2 python3 test_pool.py # runs forever, kill it manually cat test_pool.py ``` ```python3 import multiprocessing from mpi4py import MPI def test_pool(): multiprocessing.set_start_method("spawn") with...

bug

Travis announced some time ago that travis-ci.org will stop working and now it finally happened. We can either move to travis-ci.com or somewhere else. I propose GitHub.

Some is already in `.gitignore`, but some is not. We should check all examples.

help wanted
easy
low priority
good first issue

Editable installs can cause errors because they use the Git worktree instead of making a fresh installation, e.g.: https://travis-ci.org/github/brainiak/brainiak/jobs/683078598

enhancement
dev

INCF has requirements we must fulfill: https://www.incf.org/activities/standards-and-best-practices/requirements-for-standards-and-best-practices

Metacortex, our current cluster is running CentOS 6, which is causing problems (e.g., PR #410 fails). We should replace it. It would be useful to test on one of the...