Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

max_force = max( ValueError: max() arg is an empty sequence in anastruct #49

Closed
pchandu587 opened this issue Jul 16, 2020 · 1 comment
Closed

Comments

@pchandu587
Copy link

results = combination.solve(ss)
for k, ss in results.items():
results1[k].show_reaction_force(show=True)

When i used load comination it show error.

File "E:/main/fem_analysis/t_profile.py", line 66, in t_profile_loads
#results1[k].show_displacement(show=True)
valueerror

File "E:\fem_model\fem\system.py", line 910, in show_reaction_force
return self.plotter.reaction_force(figsize, verbosity, scale, offset, show)
File "E:\fem_model\fem\plotter\mpl.py", line 669, in reaction_force
max_force = max(
ValueError: max() arg is an empty sequence

@ritchie46
Copy link
Owner

See #51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants