Skip to content

Commit

Permalink
Got ruffed up :(
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebbychadnezzar committed Feb 7, 2024
1 parent 3544d33 commit 4274aec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions armi/nuclearDataIO/cccc/tests/test_nhflux.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,7 @@ def test_fluxMoments(self):
)

def test_write(self):
"""
Verify binary equivalence of written binary file.
"""
"""Verify binary equivalence of written binary file."""
with TemporaryDirectoryChanger():
nhflux.NhfluxStreamVariant.writeBinary(self.nhf, "NHFLUX2")
with open(SIMPLE_HEXZ_NHFLUX_VARIANT, "rb") as f1, open(
Expand Down

0 comments on commit 4274aec

Please sign in to comment.