Add tests, change from default inputs, rename some variables, and add a method which allows the solution of ReplicationsAlgorithm
to be less than the initial_replications
set.
Added
- Add unit tests for
ReplicationsAlgorithm
when only 2 replications are run, and for the newfind_position()
method. - Add back test for scenario analysis.
Changed
- Linting GitHub action no longer triggers on pull requests.
- Renamed
count_unseen
andq_time_unseen
to be resource-specific (i.e.gcount_unseen_nurse
). - Set default alpha to 0.05 for
OnlineStatistics
. - Accept instance of
Param
class as input forrun_scenarios()
rather than a dictionary.
Fixed
- Add
find_position()
method toReplicationsAlgorithm
, allowing us to correct results if the solution was below theinitial_replications
set.