Raik Grünberg

Results 11 issues of Raik Grünberg

I tend to document my class with both a class doc string and a separate `__init__` docstring for the constructor. Pyment seems to treat class doc strings as if they...

the TrajProfiles class in trajectory.py does not change anything over ProfileCollection. Remove but verify integrity of testdata pickles.

enhancement

The Delphi wrapper writes to STDERR or STDOUT when execution fails. This obstructs testing: ``` exe.reduce.Test.test_reduce .................................. ok exe.delphi.Test.test_delphi .................................. Delphi failed. Please check the program output in the field...

bug
exe (wrappers)

The `failed` method is triggered in all test cases despite "successful" finishing of the delphi run.

bug
exe (wrappers)

C++ Delphi versions do not seem to understand the radii.siz (default.siz) file used together with previous versions. The beauty (and shortcoming) of the old file was that it only assigned...

exe (wrappers)

docker.py currently uses a hard-coded binary path. Convert to ExeConfig usage. See: https://github.com/graik/biskit/blob/d2d4965237163b16738a2a5d2180ee92525067c6/biskit/dock/docker.py#L64-L68

enhancement

As evident from the test case. The result folder with all its content persists after the run.

enhancement
exe (wrappers)

At least on OSX, setup from the current master branch fails with: ```"ModuleNotFoundError: No module named 'geometry'"``` Presumably, this refers to the PyGeometry package: https://github.com/AndreaCensi/geometry `pip install PyGeometry` superficially works...

The setup instructions for OSX are now out of date. homebrew has been modified and the ```brew install plotutils``` does not any longer accept the ```--with-x11``` option. Possibly because of...

biggles 1.7.2 installed via pip in python 3.7 on Max OS-X 10.11.6; plotutils etc dependencies are all satisfied. Standard Quartz installation for X11. The following test snippet fails in python...