Skip to content

Improve ExtraStatesInPercent: round up

Sebastian Ohlmann requested to merge fix_extrastatesinpercent into main

Description

By using the ceiling function instead of int, we always round up. Like this, we guarantuee to always use at least one extra state when using this input option.

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.

Merge request reports