BlockResearchGroup / compas_ags

Design and Analysis of 2D structures using algebraic graphic statics

Home Page:https://blockresearchgroup.github.io/compas_ags/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deal with exceptions

ricardoavelino opened this issue · comments

I noticed that when there's an error in the calculation, as for example, no independent are selected (no assigned forces), or even if the modification in the force diagram result in an error of this sort. How should we overcome this? Perhaps if the functions form_from_qid and force_from_form throw an exception this would do? and we can show the user a proper message?

image

this is now indirectly solved...