Fix some errors
This commit is contained in:
@ -32,6 +32,8 @@ class HonParameterRange(HonParameter):
|
||||
|
||||
@property
|
||||
def step(self) -> float:
|
||||
if not self._step:
|
||||
return 1
|
||||
return self._step
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user