Markus Zolliker 8019b359c4 change FloatRange arguments minval/maxval to min/max
in the previous version FloatRange(max=100) was neither working
properly nor complaining, because the maxval=None default was
overriding the value for max.

possible fixes:
  - raise an error when min/max used as argument (confusing for
    the programmer, as it is a property)
  - allow both versions minval/maxval and min/max (more code)
  - use min/max and a pylint directive here (the only thing to
    take care is not to use the min/max builtin in __init__)

this change uses the last option for the fix

Change-Id: Iff0e0c4d0d7b165003bdeffa67a93a1cd7f29eea
Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/31982
Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de>
Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch>
2023-09-14 09:09:25 +02:00
..
2023-05-02 15:25:11 +02:00
2023-05-02 15:25:11 +02:00
2023-05-02 15:25:11 +02:00
2023-05-02 15:25:11 +02:00
2023-05-02 15:25:11 +02:00
2023-05-31 14:16:12 +02:00
2023-05-02 15:25:11 +02:00
2023-05-02 15:25:11 +02:00
2023-05-02 15:25:11 +02:00
2023-05-02 15:25:11 +02:00
2023-05-02 15:25:11 +02:00
2023-05-02 15:25:11 +02:00
2023-05-02 15:25:11 +02:00
2023-05-02 15:25:11 +02:00
2019-09-26 10:32:01 +02:00