Till Stensitzki
Till Stensitzki
Starting with the a simple three plot DockArea, everything looks fine initally. But after moving the docks around the widgets get really wide, sometimes even given errors like `QWindowsWindow::setGeometry: Unable...
Afaik it due `remote = os.path.join(server, filename)` (line 43) which does not return a valid url under windows due to the wrong path seperator, e.g. `'https://github.com/glumpy/glumpy-data/raw/master/Data\\protein.npy'
The CI calculation now uses the root_scalar interface for root finding and changes the default method to toms748. Additonally, caching of probabilties is now used to speed up the calculation....
#### Description ModelResult caches the result of conf_inveral(), but it does not check if the kwargs are identical. ```python mod = LmfitModel() res = mod.fit(data) res.conf_interval() # oh no, maxiter...
Hello, when Gaussian is called with `iop(7/33=1)` it also return the transition dipole moment for the normal modes. Maybe cclib can include parsing? Currently I use my own parsing, the...
Normally i woudl ask on a mailling list, but i did't find one. Is there a way to use formlayout to design normal widgets which than can be used in...
For the libraries I wrote a binding, the functions taking a handle are not identifiable by its prefix, but are always identifiable by its first arg. Therefore something like `niceobject_firstarg`...
Hi, I am thinking about using Instrumental, but what I am missing is the ability to observe certain device values. This can simplify GUI writing a lot. Do I miss...
Currently supply a string argument for read_until does not rise an error, instead it just hangs if no timeout is given since bytes and strings are never equal. I think...
See Title, the easy solution would be a check of the output of f and, if neccersy, upcast it to float64. The better solution would be using the single precession...