Skip to content

Commit

Permalink
updated notebook for example 12.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmlongLANL committed Feb 22, 2025
1 parent 40068a6 commit c25dc03
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions notebook/samexm/ex012/ex012a.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"# reading in SAMMY parameters from a parameter file \"./ex012a.par\"\n",
"sammy_params = SammyParameterFile.from_file(\"./ex012a.par\")\n",
"sammy_params.print_parameters()"
"sammy_params = SammyParameterFile.from_file(\"./ex012a.par\")"
]
},
{
Expand All @@ -53,13 +52,6 @@
"source": [
"sammy_params.to_file(\"./ex012b.par\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit c25dc03

Please sign in to comment.