Skip to content

Commit

Permalink
update test to account for symmetry factor
Browse files Browse the repository at this point in the history
  • Loading branch information
bsculac committed Dec 5, 2024
1 parent 72ffaee commit e410d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/bookkeeping/db/tests/test_comparedb3.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def test_compareDatabaseSim(self):
dbs[1]._fullPath,
timestepCompare=[(0, 0), (0, 1)],
)
self.assertEqual(len(diffs.diffs), 576)
self.assertEqual(len(diffs.diffs), 504)
# Cycle length is only diff (x3)
self.assertEqual(diffs.nDiffs(), 3)

Expand Down

0 comments on commit e410d08

Please sign in to comment.