Skip to content

Commit

Permalink
Update galsim/config/util.py
Browse files Browse the repository at this point in the history
typo

Co-authored-by: Josh Meyers <[email protected]>
  • Loading branch information
rmjarvis and jmeyers314 authored Aug 19, 2024
1 parent 79fbdb7 commit 367e45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galsim/config/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def ParseRandomSeed(config, param_name, base, seed_offset):
'and converted to a new sequence indexed by obj_num, '
'rather than whatever sequence you have specified. '
'You probably want to put your custom random_seed sequence '
'as the second item in the radom_seed list and use rng_num=1.')
'as the second item in the random_seed list and use rng_num=1.')

first = ParseValue(config, param_name, base, int)[0]
seed_rng = BaseDeviate(first)
Expand Down

0 comments on commit 367e45b

Please sign in to comment.