You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
FiberParameters takes effective area and Gamma as Keyword arguments(there are many more).Whenever the Effective area and gamma are given as None ,the module uses some default values and doesn't produce any errors.But whenever a value is provided for gamma(for example gamma:1.3) or for effective area, It is producing an Over flow error
To Reproduce
Steps to reproduce the behavior:
Execute the following script
Describe the bug
FiberParameters takes effective area and Gamma as Keyword arguments(there are many more).Whenever the Effective area and gamma are given as None ,the module uses some default values and doesn't produce any errors.But whenever a value is provided for gamma(for example gamma:1.3) or for effective area, It is producing an Over flow error
To Reproduce
Steps to reproduce the behavior:
Execute the following script
Expected behavior
It is supposed to generate a FiberParams object without any error
The text was updated successfully, but these errors were encountered: