Skip to content

Commit

Permalink
Remove output from jupyter notebooks
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Maier <[email protected]>
  • Loading branch information
maierbn committed Sep 29, 2023
1 parent ae2586e commit 63abe31
Show file tree
Hide file tree
Showing 9 changed files with 204 additions and 6,347 deletions.
472 changes: 20 additions & 452 deletions demos/fkm_nonlinear/fkm_nonlinear.ipynb

Large diffs are not rendered by default.

2,234 changes: 60 additions & 2,174 deletions demos/fkm_nonlinear/fkm_nonlinear_full.ipynb

Large diffs are not rendered by default.

1,088 changes: 31 additions & 1,057 deletions demos/fkm_nonlinear/fkm_nonlinear_mesh.ipynb

Large diffs are not rendered by default.

341 changes: 9 additions & 332 deletions demos/fkm_nonlinear/scatter_woehler_curve.ipynb

Large diffs are not rendered by default.

681 changes: 18 additions & 663 deletions demos/import_mesh_abaqus.ipynb

Large diffs are not rendered by default.

850 changes: 23 additions & 827 deletions demos/import_mesh_ansys.ipynb

Large diffs are not rendered by default.

635 changes: 12 additions & 623 deletions demos/import_mesh_vmap.ipynb

Large diffs are not rendered by default.

36 changes: 8 additions & 28 deletions demos/lifetime_calc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -66,17 +66,9 @@
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"no stored variable or alias rf_dict\n"
]
}
],
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%store -r rf_dict"
]
Expand All @@ -92,7 +84,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -104,21 +96,9 @@
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [
{
"ename": "NameError",
"evalue": "name 'rf_dict' is not defined",
"output_type": "error",
"traceback": [
"\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[1;31mNameError\u001b[0m Traceback (most recent call last)",
"Cell \u001b[1;32mIn [4], line 1\u001b[0m\n\u001b[1;32m----> 1\u001b[0m transformed_dict \u001b[38;5;241m=\u001b[39m {k: rf_act\u001b[38;5;241m.\u001b[39mmeanstress_transform\u001b[38;5;241m.\u001b[39mfkm_goodman(meanstress_sensitivity, R_goal\u001b[38;5;241m=\u001b[39m\u001b[38;5;241m-\u001b[39m\u001b[38;5;241m1.\u001b[39m)\u001b[38;5;241m.\u001b[39mto_pandas() \u001b[38;5;28;01mfor\u001b[39;00m k, rf_act \u001b[38;5;129;01min\u001b[39;00m \u001b[43mrf_dict\u001b[49m\u001b[38;5;241m.\u001b[39mitems()}\n",
"\u001b[1;31mNameError\u001b[0m: name 'rf_dict' is not defined"
]
}
],
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"transformed_dict = {k: rf_act.meanstress_transform.fkm_goodman(meanstress_sensitivity, R_goal=-1.).to_pandas() for k, rf_act in rf_dict.items()}"
]
Expand Down
214 changes: 23 additions & 191 deletions demos/time_series_handling.ipynb

Large diffs are not rendered by default.

0 comments on commit 63abe31

Please sign in to comment.