Pascal Wolf

Results 4 issues of Pascal Wolf

When trying to lance `lancer` itself I stumbled upon following output: `def snarl_Il11l1 (chirp_chirp_chirp_aααaa :Path ="./file.py",roar_αaaαa :bool =hoot_IIΙΙIΙ ):` which was generated from line [`69`](https://github.com/LeviBorodenko/lancer/blob/master/src/lancer/entry.py#L69) (_nice_) in `src/lancer/entry.py`: `def lance(file...

bug

The default configuration currently defaults to the status register being set to `BUFFER_ENABLE` a.k.a 0x02. This enables the buffer and limits the ADC input voltage range to `0 - VDDA...

The `mu` arguments in the header/definition of [`get_landau_pdf`](https://github.com/SiLab-Bonn/pylandau/blob/master/pyLandau/cpp/pylandau.pyx#L38) as well as [`get_langau_pdf`](https://github.com/SiLab-Bonn/pylandau/blob/master/pyLandau/cpp/pylandau.pyx#L46) are fed with the `eta` value, due to using `eta` as positional instead of keyword argument, [here](https://github.com/SiLab-Bonn/pylandau/blob/master/pyLandau/cpp/pylandau.pyx#L71) and...

The [`const double norm`](https://github.com/SiLab-Bonn/pylandau/blob/master/pyLandau/cpp/pylandau_src.cpp#L151) in `pylandau_src.cpp` is unsused, as far as I can see. Is this a bug and should something be normalized here?

question