Benjamin Wilhelm

Results 7 issues of Benjamin Wilhelm

`seaborn.set_context` can either set the context to one of the presets ("paper", "notebook", "talk", "poster") or to manual sizes for each parameter. The presets are just a `base_context` scaled by...

themes
wishlist

TensorFlow may use ByteBuffers directly for creating the tensors while other buffers are copied. From the [Documentation of the Tensor class](https://www.tensorflow.org/api_docs/java/reference/org/tensorflow/Tensor): __`create (long[] shape, FloatBuffer data)`:__ > Create a Float...

The autocompletion `jedi.Script#complete` fails with because the `parso.cache.parser_cache` is empty when setting `jedi.settings.fast_parser = False`. Try this script to reproduce the issue: ```python import jedi jedi.settings.fast_parser = False script =...

bug

If I create an environment from an explicit spec file for the __osx-arm64__ platform, Python in this environment does not work. ### System * MacOS Monterey 12.2 * MacBookPro18,4, Apple...

If the columns of the table are switch by dragging the title, the image is still the old one. ![image-viewer-column-change](https://user-images.githubusercontent.com/6631116/36107660-15da3b60-101b-11e8-8ca2-b75e8c081fae.gif) Example workflow: [Image_viewer_column_move.zip](https://github.com/knime-ip/knip/files/1716999/Image_viewer_column_move.zip)

bug
Image Viewer

The 'use calibration' checkbox is ignored in Combined Views. I want to compare a nicely upsampled image to the original without upsampling the original.

bug
Image Viewer

### Troubleshooting docs - [X] My problem is not solved in the Troubleshooting docs ### Anaconda default channels - [X] I do NOT use the Anaconda default channels (pkgs/* etc.)...