chore: split Decimal and RealParameters
This commit is contained in:
@@ -549,8 +549,11 @@ class RealParameter(__StrategyParameter):
|
|||||||
high: float
|
high: float
|
||||||
|
|
||||||
|
|
||||||
class DecimalParameter(RealParameter):
|
class DecimalParameter(__StrategyParameter):
|
||||||
param_type: Literal["DecimalParameter"]
|
param_type: Literal["DecimalParameter"]
|
||||||
|
value: float
|
||||||
|
low: float
|
||||||
|
high: float
|
||||||
decimals: int
|
decimals: int
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user