Skip to content

Commit

Permalink
Fixing lint errors again
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlafleur committed Nov 21, 2023
1 parent d0a2127 commit 0bce138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion armi/nuclearDataIO/cccc/pmatrx.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def _readWrite(lib, fileName, fileMode, getNuclideFunc):
return lib


class _PmatrxIO(cccc.Stream):
class PmatrxIO(cccc.Stream):
"""Tool to read and write PMATRX files.
.. impl:: Tool to read and write PMATRX files.
Expand Down
2 changes: 1 addition & 1 deletion armi/nuclearDataIO/cccc/tests/test_pmatrx.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def test_pmatrxGammaEnergies(self):
]
self.assertTrue((energies == self.lib.gammaEnergyUpperBounds).all())

def test_pmatrxNeutronEneries(self):
def test_pmatrxNeutronEnergies(self):
energies = [
14190675.0,
10000000.0,
Expand Down

0 comments on commit 0bce138

Please sign in to comment.