Skip to content

Commit

Permalink
Fixing IsotsxIO crumb
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Nov 20, 2023
1 parent f47a126 commit 114bfc6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions armi/nuclearDataIO/cccc/isotxs.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
This module implements reading and writing of the
ISOTXS file format, consistent with [CCCC-IV]_.
.. impl:: Tool to read and write ISOTXS files.
:id: I_ARMI_NUCDATA_ISOTXS
:implements: R_ARMI_NUCDATA_ISOTXS
Examples
--------
>>> from armi.nuclearDataIO.cccc import isotxs
Expand Down Expand Up @@ -267,7 +263,12 @@ def _updateFileLabel(self):
self._metadata["label"] = self._FILE_LABEL

def readWrite(self):
"""Read and write ISOTSX file."""
"""Read and write ISOTSX file.
.. impl:: Tool to read and write ISOTXS files.
:id: I_ARMI_NUCDATA_ISOTXS
:implements: R_ARMI_NUCDATA_ISOTXS
"""
self._rwMessage()
properties.unlockImmutableProperties(self._lib)
try:
Expand Down

0 comments on commit 114bfc6

Please sign in to comment.