Skip to content

Commit

Permalink
Update doc in distributions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozaq committed Oct 17, 2023
1 parent 4eb5ce7 commit 15d61e9
Show file tree
Hide file tree
Showing 4 changed files with 245 additions and 128 deletions.
4 changes: 2 additions & 2 deletions python_modules/jupedsim/jupedsim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
distribute_by_percentage,
distribute_in_circles_by_density,
distribute_in_circles_by_number,
distribute_till_full,
distribute_until_filled,
)
from jupedsim.geometry import Geometry
from jupedsim.geometry_utils import (
Expand Down Expand Up @@ -94,7 +94,7 @@
"distribute_by_percentage",
"distribute_in_circles_by_density",
"distribute_in_circles_by_number",
"distribute_till_full",
"distribute_until_filled",
"_geometry_from_coordinates",
"_geometry_from_shapely",
"_geometry_from_wkt",
Expand Down
Loading

0 comments on commit 15d61e9

Please sign in to comment.