Skip to content

Commit 13e289b

Browse files
committed
Fix Rainier notebook for new API
1 parent 38b01ee commit 13e289b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/rainier.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,9 @@
300300
"outputs": [],
301301
"source": [
302302
"fns = [\n",
303-
" model.MinimizationForm.viscous_power,\n",
304-
" model.MinimizationForm.friction_power,\n",
305-
" model.MinimizationForm.momentum_balance,\n",
303+
" model.minimization.viscous_power,\n",
304+
" model.minimization.friction_power,\n",
305+
" model.minimization.momentum_balance,\n",
306306
"]"
307307
]
308308
},

0 commit comments

Comments
 (0)