Skip to content

Commit fe8440b

Browse files
committed
Updated with portpy version 1.0.4
1 parent c5906d6 commit fe8440b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
" opt_params['objective_functions'][i]['weight'] = 0\n",
123123
"\n",
124124
"# create a plan using ct, structures, beams and influence matrix. Clinical criteria is optional\n",
125-
"my_plan = pp.Plan(ct, structs, beams, inf_matrix, clinical_criteria)\n",
125+
"my_plan = pp.Plan(ct=ct, structs=structs, beams=beams, inf_matrix=inf_matrix, clinical_criteria=clinical_criteria)\n",
126126
"\n",
127127
"# create cvxpy problem using the clinical criteria and optimization parameters\n",
128128
"opt = pp.Optimization(my_plan, opt_params=opt_params)\n",

0 commit comments

Comments
 (0)