Draft: Change default behaviour of lines to not add prescale=1
This introduces the possibility to not add a DeterministicPrescaler
if one specifies prescale=None
.
Furthermore, this MR makes this behavior the default.
I've split the changes into 2 commits for easier review:
- The actual change in
lines.py
adapting the python base classes of{Decision,Hlt1,Hlt2,Spruce}Line
- A search and replace of patterns like
prescale=1
toprescale=None
Edited by Christoph Hasse