Skip to content

Commit

Permalink
Changing list()
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonw1 committed Nov 13, 2024
1 parent 446130f commit e335fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lasdi/param.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def createTestGridSpaceForHull(self, param_list):
Returns
-------
gridSizes : :obj:`list(Nx)`
gridSizes : :obj:`list(int)`
A list containing the number of elements on the grid in each parameter.
mesh_grids : :obj:`numpy.array`
tuple of numpy nd arrays, corresponding to each parameter.
Expand Down Expand Up @@ -161,7 +161,7 @@ def createTestHullSpace(self, param_list):
Returns
-------
gridSizes : :obj:`list(Nx)`
gridSizes : :obj:`list(int)`
A list containing the number of elements on the grid in each parameter.
mesh_grids : :obj:`numpy.array`
tuple of numpy nd arrays, corresponding to each parameter.
Expand Down

0 comments on commit e335fcb

Please sign in to comment.