Uwe Schmitt

Results 8 issues of Uwe Schmitt

I managed to install `hpat` and tried to run https://intellabs.github.io/hpat/_build/html/source/supported.html#numpy-dot-parallelization I got ``` Traceback (most recent call last): File "/Users/uweschmitt/miniconda3/envs/HPAT/lib/python3.6/site-packages/numba/targets/options.py", line 17, in from_dict ctor = self.OPTIONS[k] KeyError: 'user_pipeline_funcs' ```...

This is the same as https://github.com/snakemake/snakemake/issues/1732 which is marked as draft. Since my colleague who wrote the original issue is on vacation and I have no permissions to update the...

bug

Output now looks like this: ``` line # Hits Time Per Hit % Time Line Contents ==================================================================== 11 @profile 12 def main(): 13 1 13.0[µs] 13.0[µs] 0.0 wait(0) 14 1...

Hi Joel, this also includes changes to use gitlab-ci as I was assuming that hope would be hosted on cosmo-gitlab.phys.ethz.ch where we decided to use gitlab-ci. I can create a...

Hi Joel, did not find an email address of you so I write here, maybe we can follow up per email. I'm working on the documentation and the benchmarks folder...

I had two issues with your current implementation of `MPIPool`: 1. Exceptions in the worker processes did not shutdown the pool, thus my applications froze. 2. `MPIPool` starts the worker...

The package at https://pypi.org/project/classy/ is outdated. In case you are in charge of this repository: can you please update or disable the repo? Constantly causes confusions and version issues here.

I'm using `mistletoe` to transform markdown to markdown and added setters to the `content` properties of block token classes in `block_tokens.py`. I did not add tests yet, since I did...

feature