Andrew Berger

Results 27 issues of Andrew Berger

Everytime rope is used ac-source-nropemacs and ac-source-nropemacs-dot are added to ac-sources. This makes autocomplete unusably slow

We've been running our experiments with the `slurm` scheduler which captures stdout and stdin and pipes them to a file. This seems to confuse `sacred`, which doesn't capture stdout in...

bug
feature

I'm experiencing a memory leak when running `cermine` with multiple workers, on a large set of PDFs. `java -cp cermine-impl-1.13-Ian2P-jar-with-dependencies.jar pl.edu.icm.cermine.ContentExtractor -path /data/path -outputs jats,text,zones -workers 4`

I'm using ipyparallel in a somewhat hackneyed scheme as a GPU cluster - upon job submission, each engine checks to see whether there are available GPU resources for running the...

#### Arctic Version ``` 1.58.0 ``` #### Arctic Store ``` TickStore ``` #### Platform and version ubuntu 16.04 #### Description of problem and/or code sample that reproduces the issue I...

Just encountered a scenario where I was trying to delete a topic like this: ``` cl = pykafka.KafkaClient(...) test_topic = cl.topics['test'.encode()] cl.cluster.controller_broker.delete_topics(['test'.encode()], timeout=1000) ``` and got a `SocketDisconnectedError`. Eventually tracked...

bug

Adds warning when raised when a label interpolator is used with an image with a suspiciously high cardinality. A potential problem: runtime Counting unique voxels takes about 10s on a...

``` img = ants.from_numpy(np.zeros(10, 10, 10)) img * 1 # works 1 * img # type error ``` fix is straightforward, add a case to each operand for when `other`...

when applying an affine transform using the `genericLabel`, apply_transforms can get stuck in a (presumably...) non-halting state pinning all cores at 100% until killed. occurs on 0.3.2 and 0.3.3 minimal...

couple of potentially related issues here - pip ignores the wheel and installs the sdist for 0.3.3 - `setup.py install` fails similarly to #274 for 0.3.3 and 0.3.2 I did...