Fredrik Jansson
Fredrik Jansson
I have the same problem, also with a DSO-2090. Perhaps because the record length is wrong/not set I get a very short piece of signal trace, filling maybe 10% of...
I just discovered this fork by @albertoscotta, https://github.com/albertoscotta/openhantek/tree/my-master where the problem has been fixed! Just worked out of the box for me. Also otherwise there seems to be good development...
Part of this issue was solved with a chaospy update. Here's a summary of the current state. **Solved**: chaospy fixed non-integer points in quadrature rules, specifically with joint distributions, in...
This confused me as well, I expected the different volume plots to behave the same. In any case, it would be helpful if the documentation stated the axis order.
After discussing with Inti, I like the following: * change the `async` function keyword to `return_request` * change the `.async()` method to `.asynchronous()` * encourage use of the function argument...
Glumpy on its own works well (I haven't tested all examples but I have followed the tutorial and done some own experiments). I also tested the app-qt5.py example on a...
I don't seem to have a machine where I can easily install Qt4 at the moment (I upgraded that 18.04 machine), if I find one I'll try. I'm not familiar...
Red light is displayed instead of expected white when trying to fill 32*16 panel with maximum white.
Just a guess: could you be overloading the power supply? Red LEDs require less voltage to light than blue or green, so if the voltage drops the red ones would...
I installed the latest commit using pip, and it works. Thank you! ``` pip install -U git+https://github.com/glumpy/glumpy@54a7eab7c08fb ``` The only slight weirdness I found is the version numbering: pip said...
I don't think I'd do a very useful job with the version - I don't know where the version number is set, and also not what to set it to......