Skip to content

Commit 8dd3e60

Browse files
authored
Merge pull request #21 from SteSeg/plotting_class
Added plotting classes
2 parents 8964daf + a5329bf commit 8dd3e60

File tree

13 files changed

+1024
-884
lines changed

13 files changed

+1024
-884
lines changed

models/fng_str/postprocessing.ipynb

Lines changed: 80 additions & 267 deletions
Large diffs are not rendered by default.

models/fng_w/postprocessing.ipynb

Lines changed: 31 additions & 115 deletions
Large diffs are not rendered by default.

models/fns_clean_w/postprocessing.ipynb

Lines changed: 95 additions & 181 deletions
Large diffs are not rendered by default.

models/fns_duct/postprocessing.ipynb

Lines changed: 108 additions & 116 deletions
Large diffs are not rendered by default.
-266 KB
Binary file not shown.
738 KB
Binary file not shown.
-1.39 MB
Binary file not shown.

notebooks/plotting_results.ipynb

Lines changed: 162 additions & 14 deletions
Large diffs are not rendered by default.

notebooks/read_database_hdf.ipynb

Lines changed: 98 additions & 145 deletions
Large diffs are not rendered by default.

src/openmc_fusion_benchmarks/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
import openmc_fusion_benchmarks.neutron_sources
33
from openmc_fusion_benchmarks.read_results import *
44
from openmc_fusion_benchmarks.visualize import *
5-
6-
__version__ = '0.1.0-dev'
5+
from openmc_fusion_benchmarks.utils import *

0 commit comments

Comments
 (0)