Skip to content

lisa.utils: Add value_range()

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr539 into master

Similar to builtin range() but works with floats and raises exceptions if start/stop is not compatible with the sign of step (rather than returning an empty iterator).

Merge request reports