usnistgov / AusteniteCalculator

Software and GUI for uncertainty quantification of austenite phase fraction
Other
1 stars 0 forks source link

Report export not working #54

Open creuzige opened 9 months ago

creuzige commented 9 months ago

Running on commit b58e7b05d640b1d1324c3ebb8c31dc457aaa6885, I get the following error when trying to export the report:

Traceback (most recent call last): File "/Users/creuzige/Documents/NIST_Research/GitHub/AusteniteCalculator/app/app.py", line 1639, in create_zip_report for key, value in data.get('pf_uncerts').items(): AttributeError: 'NoneType' object has no attribute 'items'