Skip to content

Commit

Permalink
Add perpendicular bisector weight type
Browse files Browse the repository at this point in the history
  • Loading branch information
AlainKadar committed Jun 13, 2024
1 parent 1863a7a commit ea1e3f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion StructuralGT/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ def set_graph(self, sub=True, weight_type=None, write='network.gsd', **kwargs):
How to weight the edges. Options include :code:`Length`,
:code:`Width`, :code:`Area`,
:code:`FixedWidthConductance`,
:code:`VariableWidthConductance`.
:code:`VariableWidthConductance`,
:code:`PerpBisector`.
"""

G = base.gsd_to_G(self.gsd_name, _2d=self._2d, sub=sub)
Expand Down

0 comments on commit ea1e3f2

Please sign in to comment.