BlockResearchGroup / compas_tna

Form finding of funicular networks in compression with vertical loads using Thrust Network Analysis
https://blockresearchgroup.github.io/compas_tna
MIT License
13 stars 9 forks source link

Iteration still printing in horizontal equilibrium when using horizontal_nodal #22

Closed ricardoavelino closed 4 years ago

ricardoavelino commented 4 years ago

Hello,

The display for print the number of iterations was solver for the horizontal equilibrium, but not when using the horizontal_nodal solver.

This calls for the function parallelise_nodal that has no attribute 'display'. Can we either comment it out or add attribute 'display' to this function?

https://github.com/BlockResearchGroup/compas_tna/blob/a8008c724ce4b324520da4082730e9839d5a8f57/src/compas_tna/utilities/diagrams.py#L87

Gracias! Ricardo

tomvanmele commented 4 years ago

something must have gone wrong with pushing and pulling on my end because this was fixed a few days ago. now also in the online repo :)