We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b01ee commit 13e289bCopy full SHA for 13e289b
notebooks/rainier.ipynb
@@ -300,9 +300,9 @@
300
"outputs": [],
301
"source": [
302
"fns = [\n",
303
- " model.MinimizationForm.viscous_power,\n",
304
- " model.MinimizationForm.friction_power,\n",
305
- " model.MinimizationForm.momentum_balance,\n",
+ " model.minimization.viscous_power,\n",
+ " model.minimization.friction_power,\n",
+ " model.minimization.momentum_balance,\n",
306
"]"
307
]
308
},
0 commit comments