Closed sr-gi closed 1 year ago
The current capacity_multiplier deserializer accepts values smaller than or equal to 0, which are not allowed by the simulator. Patch it with a custom f64 deserializer that enforcer values to be greater than zero
capacity_multiplier
This is related to #155.
No rush merging this, opening it just so we don't forger about it
The current
capacity_multiplier
deserializer accepts values smaller than or equal to 0, which are not allowed by the simulator. Patch it with a custom f64 deserializer that enforcer values to be greater than zeroThis is related to #155.