Skip to content

Commit

Permalink
Add clarification of parameter bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
markriegler committed Feb 6, 2025
1 parent 18b8589 commit 5ecb75d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions splinepy/microstructure/tiles/tile_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ def closure_directions(cls):
def parameter_bounds(self):
"""Returns the bounds for the microtiles' parameters.
Depending on the tile, parameter bounds can change (e.g. Cross2D). Therefore, it
is instance-dependent and self instead of cls is used.
Depending on the tile, parameter bounds can dynamically change (e.g. Cross2D).
Therefore, it is instance-dependent and self instead of cls is used.
Parameters
----------
Expand Down

0 comments on commit 5ecb75d

Please sign in to comment.