Timo Kaufmann

Results 44 issues of Timo Kaufmann

## Description This is a work in progress. I haven't quite figured out how githubs draft PRs work. With the absolute imports in the tests we *could* have `csrank/__init__.py` empty...

During the tests, numpy complains about a "mean of empty slice". That happens because the calculation of the spearman correlation filters the labels it applies to as follows: https://github.com/kiudee/cs-ranking/blob/ba03234fb61a4e645b393d2d9ac81c0b85399024/csrank/metrics_np.py#L24 And...

bug
Priority: Low

## Description Let pytest-xdist handle the parallelization instead of manually specifying a split. Should run on at least two cores: https://docs.travis-ci.com/user/reference/overview/#virtualisation-environment-vs-operating-system This is an experiment to compare the runtime with...

### Expected behavior No error should be shown as long as the name of the file shown in the buffer is valid (i.e. snake_case). ### Steps to reproduce Enable the...

The build fails due to protobuf: ``` DEBUG: Call stack for the definition of repository 'com_google_protobuf' which is a git_repository (rule definition at /build/output/external/bazel_tools/tools/build_defs/repo/git.bzl:252:18): - /build/source/WORKSPACE:5:1 ERROR: /build/output/external/com_google_protobuf/protobuf.bzl:130:19: Traceback (most...

## 🐛 Bug The `get_git_info` utility function tries to run 3 `git` commands. When any one of them fails, it reports that "Something went wrong" and gives up entirely: https://github.com/aimhubio/aim/blob/ffd9a5f8677e2b65b7485e3e64f7cc6158787ad2/aim/ext/utils.py#L43-L57...

type / bug
help wanted
phase / shipped
area / SDK-storage

Nixos offers the `autoUpgrade` option to automatically do the equivalent of `nix-channel --update && nixos-rebuild switch` regularly. Should we do the same for home-manager?

pinned

The [example](https://github.com/numpy/numpydoc/blob/4e7c5ad998de88cea965dbfb5c86da5dffb0f806/doc/example.py#L9) points out that > If your docstring does extend over multiple lines, the closing three quotation marks must be on a line by itself, preferably preceded by a...

For some reason the pillow wheel apparently cannot be built without the libX11 dependency on WSL. I have sandboxing enabled, so I do not quite understand why the build works...

Tensorflow 1.15 works with python >= 3.5, but binaries are only [available](https://pypi.org/project/tensorflow/#files) for python