Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDoyle2 committed Dec 1, 2024
1 parent dc5302f commit 3e7204a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyNastran/op2/tables/oug/oug.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def factor(self) -> int:

def update_mode_cycle(self, name: str):
op2 = self.op2
assert name == 'mode_cycle', name
assert name in {'mode_cycle', 'cycle'}, name
#value = getattr(op2, name)
if op2.eign != 0.0:
#print('table_name=%r mode=%s eign=%g mode_cycle=%g' % (
Expand Down

0 comments on commit 3e7204a

Please sign in to comment.