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

PDF Report contains no Node Reactions, Node Displacements, or Member Forces #247

Open
pasp-zz opened this issue Mar 10, 2025 · 0 comments
Open

Comments

@pasp-zz
Copy link

pasp-zz commented Mar 10, 2025

I'm new to Pynite (and github) so not sure how to do this so I apologize if I'm missing something.
I've installed the library and successfully have run Simple Beam-Point Load.py.
Rendering and graphs are working fine.
Terminal output is correct.
PDF report shows Nodes, Members and Member end releases correctly, but Node Reactions, Node Displacements and Member Forces are displaying the headings but no content.
I've traced the code to Reporting.py and the section where you pass the dictionaries to the report template. Looking at the Report_Template.html, I see references to load_combos but they havent been passed to jinja2.
If I add the following line to Reporting.py line 60 before the template.render call, the pdf report shows all values correctly:

kwargs['load_combos'] = model.load_combos

Without the load_combos, the template can't iterate through them.

Love the program and would like to learn how to contribute!

Paul Asp

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

1 participant