Skip to content

Commit

Permalink
formatted with black. sorry forgot the first time
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiracodl committed Jan 17, 2024
1 parent 0a558dc commit aaf9a37
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions ross/bearing_seal_element.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ def __init__(
"myx",
]


if kyy is None:
kyy = kxx
if cyy is None:
Expand All @@ -169,14 +168,13 @@ def __init__(
myy = 0
else:
myy = mxx

if mxx is None:
mxx = 0

# all args to coefficients. output of locals() should be READ ONLY
# all args to coefficients. output of locals() should be READ ONLY
args_dict = locals()


# check coefficients len for consistency
coefficients_len = []

Expand Down Expand Up @@ -1846,7 +1844,6 @@ def __init__(

new_args = ["kzz", "czz", "mzz"]


coefficients = {}

if kzz is None:
Expand All @@ -1861,7 +1858,7 @@ def __init__(
else:
mzz = mxx * 0.0

#output of locals() should be READ ONLY
# output of locals() should be READ ONLY
args_dict = locals()

# check coefficients len for consistency
Expand Down

0 comments on commit aaf9a37

Please sign in to comment.