Skip to content

Commit

Permalink
Small edits to tutorial documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgjarrett committed Oct 11, 2021
1 parent ba68e30 commit 35dfd7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion armi/tests/tutorials/data_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"and organization of information in the ARMI system.\n",
"\n",
"## Initializing and Exploring the ARMI Model\n",
"First we need to get some inputs. We built some from scratch in the, and we pick those up and use them here as well:\n"
"First we need to get some inputs. We built some from scratch in\n",
"[Building input files for a fast reactor](https://terrapower.github.io/armi/tutorials/walkthrough_inputs.html)\n",
"and we pick those up and use them here as well:\n"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion armi/tests/tutorials/param_sweep.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
"builder.addDegreeOfFreedom(powerModifications)\n",
"\n",
"cycleLengths = np.linspace(200,1000,20)\n",
"cycleLengthMods = [inputModifiers.SettingsModifier('cycleLength', mw*1e6) for mw in cycleLengths]\n",
"cycleLengthMods = [inputModifiers.SettingsModifier('cycleLength', cL) for cL in cycleLengths]\n",
"builder.addDegreeOfFreedom(cycleLengthMods)\n",
"print(f\"There are {len(builder.modifierSets)} cases in this suite.\")"
]
Expand Down

0 comments on commit 35dfd7c

Please sign in to comment.