export tutorials changed in dd88513 (#559)

Co-authored-by: dario-coscia <dario-coscia@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-04-23 18:48:47 +02:00
committed by Dario Coscia
parent 228f807d92
commit d10c525e74
53 changed files with 65690 additions and 2320 deletions

View File

@@ -218,7 +218,7 @@
" problem.input_pts[location].extract(problem.spatial_variables).flatten()\n",
" )\n",
" plt.scatter(coords, torch.zeros_like(coords), s=10, label=location)\n",
"_=plt.legend()"
"_ = plt.legend()"
]
},
{
@@ -421,7 +421,7 @@
"fig, ax = plt.subplots(nrows=1, ncols=1)\n",
"ax.plot(pts.extract([\"x\"]), predicted_output, label=\"Neural Network solution\")\n",
"ax.plot(pts.extract([\"x\"]), true_output, label=\"True solution\")\n",
"_=plt.legend()"
"_ = plt.legend()"
]
},
{