Dominic Kempf

Results 45 issues of Dominic Kempf

This is a reimplementation of the testing logic, that double-checks that a given survey does still produce the same results. Instead of the current assertion of binary properties, the produced...

enhancement
sustainable h++

As discussed on the Helios++ Dev Meeting, this is a necessary improvement for future packaging as a Python package, because some XMLs will be shipped with the package and therefore...

enhancement
sustainable h++

Catching the nastiest type of bugs before they enter the codebase.

sustainable h++

With Conda support on all platforms being on the horizon, we will also more frequently compile the code base with Clang. We should at least make it warning free with...

sustainable h++

The Epoch class can be deep copied: ``` import copy epoch2 = copy.deepcopy(epoch) ``` However, it is quite unclear whether all aspects of the Epoch implement the correct semantics e.g....

enhancement

I looked around for a while, but I was unable to find a way of programmatically selecting the path such that the widget is in "selected" mode. All the relevant...

See similar issue: https://github.com/ssciwr/cookiecutter-python-package/issues/38

enhancement
good first issue