-
Current prior trust exposure function works for CDI, but bacteraemias have different categories of PTE apportionment. This needs to be accounted for in the algorithm.
-
The Adams method should give each party one seat before assigning a second seat to a party.
For example,
votes = [10,1]
seats = 2
adams(votes, seats)
should return [1, 1], but returns [2.0, 0…
-
> Note: Would require #4 to be implemented
A quick way to auto-configure traffic light sequence at a single junction would factor in the following:
1. Road priority, determined as a function of:…
-
In the ApportionmentAppliedTo2017Data file.
-
When a non-rating issue is added to a HLR or SC, the resulting call to create contentions in VBMS throws an error.
## Acceptance Criteria
- HLR and SC with non-rating issues should correctly create t…
-
*** Story
As an intake user, I want to see menu items in all drop downs in my intake workflows listed in numeric, then alphabetical order, so that I can find what I need more quickly.
## AC:
1. …
-
This issue was automatically generated from a TODO comment in the file src/ramstk/dao/programdb/RAMSTKAllocation.py.
-
This phenotype
| 5 | abnormal chromosome segregation during meiosis I with split kinetochore and normal chromosome separation (FYPO:0005633) [single allele genotypes]
indicates
3 | decrease…
-
Nice looking package, hugely appreciate the work you've put into this so far. I was just trying it out for calculating some historical EU Parliamentary Election allocations, which all use d'Hondt, and…
-
I understand the pseudocode as follows:
The first `for` allocates _n_ representatives, and decreases _R_ by _n_ (I'll call this _R' = R - n_).
The second `for` runs from _n+1_ to _R'_, i.e. it all…