Fredrik Jansson

Results 17 issues of Fredrik Jansson

When using the grid interface to *set* variables of an AMUSE/OMUSE code, one can easily make the mistake to put the indexing brackets in the wrong place. Then nothing is...

feature request

![Screenshot from 2021-08-20 13-44-19](https://user-images.githubusercontent.com/6065437/130229678-da968b47-001c-43ce-8dd1-e5dbe8f44e82.png) I'm testing the PyQt5 example https://github.com/glumpy/glumpy/blob/master/examples/app-qt5.py, and it shows this puzzling behavior. It opens two windows. Clicking the button in one of them changes the color...

Fix for #22. With this change, the library compiles for Raspberry Pico, tested on "Arduino MBED OS RP2040 Boards" in the Boards manager, v2.6.1 Also tested on Uno (which doesn't...

I've read the [Raspberry Pi Pico C/C++ SDK](https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-c-sdk.pdf) manual, regarding interrupt handlers and callback functions. The following points are unclear to me, and I think they are not documented. Would...

documentation

I'm trying to use a variable with a uniform integer distribution with the SC and PCE samplers. (Eventually, I want a distribution of {0, 1} for a random binary value)....

This case varies a single variable, with a DiscreteUniform distribution. ``` vary = { "seed": cp.DiscreteUniform(1, 2000), } ``` Currently this test case fails: ``` {'seed': 1.0, 'Nc_0': 70000000.0, 'cf':...

I'm trying the extension in Gnome 3.32, on Arch Linux. The workspace switcher, which appears at right edge of screen when pressing windows/super? key and shows all work spaces and...

`import glumpy` gives ``` /home/fjansson/.local/lib/python3.10/site-packages/glumpy/gloo/variable.py:82: FutureWarning: In the future `np.bool` will be defined as the corresponding NumPy scalar. (This may have returned Python scalars in past versions. gl.GL_BOOL : (...

The Si4703 has a configuration bit for extending the volume range, essentially offering 16 additional lower volume levels. Would it be possible to add support for setting this bit? I...

If myConfig.url contains a numeric IP address, the connection does not succeed. If it contains a name which resolves to the same IP address, fetching data works. The reason seems...