Skip to content

Commit

Permalink
Merge branch 'linux' into test_fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
JezSw committed Feb 20, 2024
2 parents 37118d7 + bd3f07a commit aa35df1
Show file tree
Hide file tree
Showing 68 changed files with 13,341 additions and 3,120 deletions.
Binary file modified .coverage
Binary file not shown.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ docs/source/_templates/
JADE.egg-info/
jade.egg-info/
build/

venv/*
.vscode/launch.json
8 changes: 7 additions & 1 deletion docs/source/dev/insertbenchmarks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,10 @@ in the following page of the ``Atlas``.

To get this kind of plots is enough to follow the same steps mentioned in :ref:`insbin`,
but the class ``MultipleSpectrumOutput`` must be used. All the other parameters are set in
the related configuration file (see :ref:`multspectrumconfig`)
the related configuration file (see :ref:`multspectrumconfig`)

In the configuration files, the user can also set the factor by which the experimental data
and the MCNP results are multiplied. The factor is set in the ``<JADE_root>\Configuration\Benchmarks Configuration\<BenchmarkName>.xlsx``
configuration file; the factor is set in the ``Multiplying factor`` column, for
each individual tally. This is useful to avoid superposition of the plots from different
tallies, and to have a direct comparison of the differences between different cases.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ GitHub repository <https://github.com/JADE-V-V/JADE/issues>`_.
:caption: JADE API

api/general
.. API not generated anymore for the moment
api/initobjects
api/inputgeneration
api/postprocessing
Expand Down
1,816 changes: 1,006 additions & 810 deletions jade/MCTAL_READER2.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jade/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .__version__ import __version__
from .__version__ import __version__
2 changes: 1 addition & 1 deletion jade/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.0.0'
__version__ = "3.0.0"
Loading

0 comments on commit aa35df1

Please sign in to comment.