Skip to content

Commit

Permalink
fix random_seed argument name in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapriot committed Oct 24, 2024
1 parent 2811bed commit 7c5dbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discretize/utils/mesh_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def random_model(
----------
shape : (dim) tuple of int
shape of the model.
seed : numpy.random.Generator, int, optional
random_seed : numpy.random.Generator, int, optional
pick which model to produce, prints the seed if you don't choose
anisotropy : numpy.ndarray, optional
this is the kernel that is convolved with the model
Expand Down

0 comments on commit 7c5dbcd

Please sign in to comment.