You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An example is due to a mysterious orientation error, where a "divide by zero" occurs, often this is due to the number of placers being 1 and is solvable by defining the placers in the functional group factory initialiser.
A solution would be to except divide by zero errors with an exception that states the above solution.
The text was updated successfully, but these errors were encountered:
Related Issues: #463#462
Reviewed By: @lukasturcani
This commit starts the process of adding more clear errors
for issues with construction with stk, to help the user as they
build new topology graphs.
An example is due to a mysterious orientation error, where a "divide by zero" occurs, often this is due to the number of placers being 1 and is solvable by defining the placers in the functional group factory initialiser.
A solution would be to except divide by zero errors with an exception that states the above solution.
The text was updated successfully, but these errors were encountered: