Open jmhorcas opened 9 months ago
So that Range can also support float numbers.
This would only require to change the signature of the init method in the Range class for the min_value and max_value from "int" to "int | float". (Line 409 in feature_model.py)
Is this possible and sound?
So that Range can also support float numbers.
This would only require to change the signature of the init method in the Range class for the min_value and max_value from "int" to "int | float". (Line 409 in feature_model.py)
Is this possible and sound?