Skip to content

Commit

Permalink
Merge abb632a into 827d223
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Mar 28, 2024
2 parents 827d223 + abb632a commit 1f0dd19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions armi/physics/neutronics/isotopicDepletion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,3 @@
# limitations under the License.

"""The depletion physics package contains utility/framework code related to the physics of transmutation and decay."""
# ruff: noqa: F401
import os

from armi import RES
from armi.nucDirectory import nuclideBases
from armi import interfaces

ORDER = interfaces.STACK_ORDER.DEPLETION
1 change: 1 addition & 0 deletions doc/release/0.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ API Changes
#. Removed unused methods: ``Reactor.getAllNuclidesIn()``, ``plotTriangleFlux()``. (`PR#1656 <https://github.com/terrapower/armi/pull/1656>`_)
#. Removed ``armi.utils.dochelpers``; not relevant to nuclear modeling. (`PR#1662 <https://github.com/terrapower/armi/pull/1662>`_)
#. Removing old tools created to help people convert to the current database format: ``armi.bookkeeping.db.convertDatabase()`` and ``ConvertDB``. (`PR#1658 <https://github.com/terrapower/armi/pull/1658>`_)
#. Removed the variable ``armi.physics.neutronics.isotopicDepletion.ORDER``. (`PR#1671 <https://github.com/terrapower/armi/pull/1671>`_)
#. TBD

Bug Fixes
Expand Down

0 comments on commit 1f0dd19

Please sign in to comment.