Closed Dervis-vL closed 1 year ago
Hi @Dervis-vL, I believe this was corrected 25.8. (199515e476b3fb0d55bfd6cc5af722dc82fa78ae) in the main branch. So using latest version of the repo should fix it.
For this specific issue, rfem package 1.18.0 seems to cover the fix, and works for me.
Describe the bug When getting results from the model after calculation via the ResultTable class, an error occurs in the
GetResultTableParameters()
function.The object apears to be of the correct type when
<suds.sudsobject.array_of_.....>
gets passed as the variable in theresults
argument of the function.The params 'no', 'description', 'row' are found. The error states that
i.row.__keylist__
does not have the attribute keylist.The error message:
The error message appears on all types of getting results that I have tried:
ResultTables.SurfacesDesignInternalForces()
ResultTables.SurfacesPrincipalInternalForces()
ResultTables.MembersInternalForces()
ResultTables.NodesSupportForces()
To Reproduce Steps to reproduce the behavior:
Expected behavior Results from the calculated model.
Screenshots
Desktop (please complete the following information):
Additional context Add any other context about the problem here.