Skip to content

Commit

Permalink
Merge pull request #1124 from CisneirosRaphael/from-table
Browse files Browse the repository at this point in the history
From table - ShaftElement
  • Loading branch information
raphaeltimbo authored Oct 28, 2024
2 parents 5fa2e14 + 19466a6 commit e01df5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ross/shaft_element.py
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ def from_table(cls, file, sheet_type="Simple", sheet_name=0):
idr=parameters["idr"][i],
odr=parameters["odr"][i],
material=new_materials[parameters["material"][i]],
n=parameters["n"][i],
n=int(parameters["n"][i]),
axial_force=parameters["axial_force"][i],
torque=parameters["torque"][i],
shear_effects=parameters["shear_effects"][i],
Expand Down

0 comments on commit e01df5e

Please sign in to comment.