Skip to content

Commit

Permalink
Saving HCF assembly parameter to DB (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
opotowsky committed Feb 6, 2023
1 parent 5d8d7c6 commit d31a6da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion armi/reactor/assemblyParameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def _enforceNotesRestrictions(self, value):
description="Definition of set of HCFs to be applied to assembly.",
location="?",
default="Default",
saveToDB=False,
saveToDB=True,
categories=[parameters.Category.assignInBlueprints],
)

Expand Down
1 change: 1 addition & 0 deletions doc/release/0.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Bug fixes
#. Bug fix to ensure consistency between cross section group manager and lattice physics interface for tight coupling. (`PR#1118 <https://github.com/terrapower/armi/pull/1118>`_)
#. Bug fix to update pseudo density to physical density in densityTimesHeatCapacity materials method. (`PR#1129 <https://github.com/terrapower/armi/pull/1129>`_)
#. Fixed a bug in which the TD_frac material modification on UraniumOxide and MOX materials was not being applied correctly in density calculations
#. Added hotChannelFactors assembly parameter to the DB so that snapshot runs know about the parameter. (`PR#1157 <https://github.com/terrapower/armi/pull/1157>`_)

ARMI v0.2.5
===========
Expand Down

0 comments on commit d31a6da

Please sign in to comment.