Skip to content

Commit 22b2b68

Browse files
committed
fix priority docs
1 parent 666d197 commit 22b2b68

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/Features/priority.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Ciw has the capability to assign priorities to the customer classes. This is don
88

99
>>> params = {
1010
... 'Arrival_distributions': {'Class 0': [['Exponential', 2.0]],
11-
... 'Class 1': [['Exponential', 2.0]]},
11+
... 'Class 1': [['Exponential', 2.0]],
1212
... 'Class 2': [['Exponential', 1.0]]},
1313
... 'Service_distributions': {'Class 0': [['Exponential', 5.0]],
14-
... 'Class 1': [['Exponential', 5.0]]},
14+
... 'Class 1': [['Exponential', 5.0]],
1515
... 'Class 2': [['Exponential', 4.0]]},
1616
... 'Transition_matrices': {'Class 0': [[0.0]],
17-
... 'Class 1': [[0.0]]},
17+
... 'Class 1': [[0.0]],
1818
... 'Class 2': [[0.0]]},
1919
... 'Number_of_servers': [1],
2020
... 'Priority_classes': {'Class 0': 0,

0 commit comments

Comments
 (0)