Skip to content

Commit

Permalink
some more rename efforts
Browse files Browse the repository at this point in the history
  • Loading branch information
wkerzendorf committed Sep 27, 2023
1 parent 10b85f6 commit 4b28a9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/io/output/to_hdf.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"metadata": {},
"source": [
"### Model\n",
"The following call will store properties of the `Radial1DModel` to `/tmp/model_output.hdf` under `/model`."
"The following call will store properties of the `SimulationState` to `/tmp/model_output.hdf` under `/simulation_state`."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/physics/setup/setup_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"id": "e3f86364",
"metadata": {},
"source": [
"When the `Simulation` object is created, a `Radial1DModel`, `BasePlasma`, and `MontecarloTransport` object are created and stored as attributes of the `Simulation` object."
"When the `Simulation` object is created, a `SimulationState`, `BasePlasma`, and `MontecarloTransport` object are created and stored as attributes of the `Simulation` object."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion tardis/visualization/widgets/grotrian_mockup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@
"atom_data = AtomData.from_hdf(\n",
" os.path.join(get_data_dir(), \"kurucz_cd23_chianti_H_He.h5\")\n",
")\n",
"model = Radial1DModel.from_config(config, atom_data=atom_data)\n",
"model = SimulationState.from_config(config, atom_data=atom_data)\n",
"plasma = assemble_plasma(config, model, atom_data=atom_data)\n",
"sim = Simulation.from_config(config, model=model, plasma=plasma)\n",
"sim.run_convergence()\n",
Expand Down

0 comments on commit 4b28a9b

Please sign in to comment.