Moritz
Moritz
I use a (i)python-executable (and conda-environment) from within a chroot environment. Starting the chroot is wrapped in the `conda-shell`-script, so setting the emacs-variable `shell-explicit-file-name` is enough to go a shell...
On my RPi 3B+, I don't get Porcupine to work. This is my config: ``` { "handle": { "system": "hass" }, "home_assistant": { "api_password": "*****", "url": "http://192.168.178.117:8123" }, "microphone": {...
Optional switch to label dots in PCA plot
fixes issue #107
The use of np.unique (which lexicographically sorts the array) in plot_pca_2d_projection leads to a different order of the classes in the plot without any control for the user on the...
When trying to install a pip package using pypi2nix, I get the following error message: > moritz@moxps ~> pypi2nix -e datacache > INFO: pypi2nix v2.0.4 running ... > INFO: Downloading...
Changing the size of the ActionButton.Item(s) renders them truncated and with a weird circle aligned strangely. This behaviour came with a new version of either react-native-action-button or react-native (i.e. in...
I am using flake for my nixos configuration and was able to add NUR as described in [the README](https://github.com/nix-community/NUR#flake-support). However, as I am starting my own NUR at the moment,...
When running the multimer branch with the inference-example command in the readme, I get the following error > File "/root/openfold/openfold/utils/import_weights.py", line 630, in import_jax_weights_ > assert len(incorrect) == 0 >...
## Expected Behavior Runs fine ## Current Behavior The program fails, due to the lack of the paired_msa variable. ## Steps to Reproduce (for bugs) - Predict a complex using...