dashdotrobot / bike-wheel-calc

Stress analysis of bicycle wheels implemented in Python using NumPy
MIT License
14 stars 1 forks source link

Perform some validation on BicycleWheel properties #25

Open dashdotrobot opened 6 years ago

dashdotrobot commented 6 years ago

Catch illegal values (like zero radius, negative stiffness, or hub offset outside the flange widths) and throw appropriate exceptions.