- May 04, 2021
-
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
This is not the same behavior as before, since the limits have not been checked by registerParameter. But since the limits are not checked later on (no Parameter->setValue(d) existing any more), it seems reasonable to introduce this check on initialization.
-
Matthias Puchner authored
disable the tests so that CTest lists them as "disabled", instead of just keeping them away from CTest
-
Matthias Puchner authored
-
Matthias Puchner authored
-
- May 03, 2021
-
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
remove the now obsolete method "asPythonArgumentList"
-
Matthias Puchner authored
-
Matthias Puchner authored
necessary to guard following refactorings
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
because of this it became necessary to move PyFmt to "Base" to avoid circular lib references
-
Matthias Puchner authored
-
Matthias Puchner authored
A sample builder shall get the parameter values already at construction time, not afterwards. This also eliminates the usage of registered parameters
-
Matthias Puchner authored
...to encapsulate knowledge where it really belongs to
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
there may be a different way; for simplicity, I chose this way
-