Clyde Clements

Results 3 issues of Clyde Clements

I am getting unexpected results for non-power of 2 DFT. I am using KFR version 3.0.9 with Clang compiler version 6.0.0 and testing on Ubuntu 18.04. My test code is...

When requesting that a configuration file be saved, an option with multiple arguments is not properly preserved. For example, consider this script called `test.py`: ``` import configargparse p = configargparse.ArgParser(...

There is an issue when loading a configuration file for an option that allows multiple arguments (`nargs` > 1) and has the `action` set to `append`. For example, consider this...