matthias-k

Results 8 issues of matthias-k

Hi! Is there a way to use executor in the context of async awaits with python's [asyncio](https://docs.python.org/3/library/asyncio.html) library? I'm aware of `executor.ssh.client.foreach`, but in my case I need to call...

Hi, we are in the process of enabling our ember app for fastboot. So far it works very well when using `ember serve`, but it's not yet working with fastboot-app-server:...

Hi, I would like to use ipython-cluster-helper on a cluster running PBS. The problem is that I have to ssh to the head node to be able to use qsub...

enhancement

Hi, thanks for this great helm chart. It makes running nextcloud extremely convenient. I wanted to suggest adding a changelog file to the chart. The reason is that right now...

Hi @tkunic, I'm testing SMILER right now, it is really nice to work with! I ran into one minor issue: On the machine I'm using it, I don't have sudo...

Note to myself: `clip_out_of_stimulus_fixations` seems broken after the refactoring, because it applies `np.clip` to a `VariableLengthArray` which seems to fail in very funny ways. I need to add a test...

The old implementation was only because python 2.7 didn't have some features that I needed. But pysaliency has long given up python 2.7 compatibility.

e.g., `sub_stimuli[:40]` fails with ``` Traceback (most recent call last): File "/mnt/lustre/work/bethge/mkuemmerer31/projects/gaze-combined-datasets/tasks/task0002_baselines/ Combined/centerbias_leave_one_dataset_out/template/run.py", line 39, in stimuli=sub_stimuli[:40], # TODO: change back ~~~~~~~~~~~^^^^^ File "/mnt/lustre/work/bethge/mkuemmerer31/projects/gaze-combined-datasets/tasks/task0002_baselines/ Combined/centerbias_leave_one_dataset_out/template/pysaliency/pysaliency/datasets/stimuli.py", line 36 0, in __getitem__...