Skip to content

Commit 5896410

Browse files
fixed post processing
1 parent 678d6b7 commit 5896410

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

analysis/neutron/postprocessing.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
},
188188
{
189189
"cell_type": "code",
190-
"execution_count": 4,
190+
"execution_count": null,
191191
"metadata": {},
192192
"outputs": [
193193
{
@@ -204,7 +204,7 @@
204204
"source": [
205205
"# Visualization\n",
206206
"\n",
207-
"from libra_toolbox.neutronics.vault import Air\n",
207+
"from libra_toolbox.neutronics.materials import Air\n",
208208
"from openmc_model import air\n",
209209
"\n",
210210
"x_c = 587\n",
@@ -288,7 +288,7 @@
288288
],
289289
"metadata": {
290290
"kernelspec": {
291-
"display_name": "baby-1l-run-4",
291+
"display_name": "baby-1l-run-12",
292292
"language": "python",
293293
"name": "python3"
294294
},
@@ -302,7 +302,7 @@
302302
"name": "python",
303303
"nbconvert_exporter": "python",
304304
"pygments_lexer": "ipython3",
305-
"version": "3.12.10"
305+
"version": "3.13.5"
306306
}
307307
},
308308
"nbformat": 4,

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- pint
1717
- pip
1818
- pip:
19-
- git+https://github.com/libra-project/libra-toolbox # add version tag
19+
- libra-toolbox>=0.9
2020
- openmc_data_downloader
2121
- matplotlib-label-lines
2222
- h-transport-materials

0 commit comments

Comments
 (0)