We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00f00b3 + 1d1bedc commit 03cd5e2Copy full SHA for 03cd5e2
ciw/import_params.py
@@ -1,5 +1,3 @@
1
-import copy
2
-import types
3
import ciw.dists
4
from .network import *
5
from .schedules import *
@@ -75,7 +73,6 @@ def create_network_from_dictionary(params_input):
75
73
params = fill_out_dictionary(params_input)
76
74
validify_dictionary(params)
77
# Then make the Network object
78
- number_of_classes = params["number_of_classes"]
79
number_of_nodes = params["number_of_nodes"]
80
if isinstance(params["priority_classes"], dict):
81
preempt_priorities = [False] * number_of_nodes
0 commit comments