We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9248b0d commit eef6d12Copy full SHA for eef6d12
galsim/base.py
@@ -277,7 +277,7 @@ def copy(self):
277
NB. This is a shallow copy, which is normally fine. However, if the object has a noise
278
attribute, then the copy will use the same rng, so calls to things like noise.whitenImage
279
from the two copies would produce different realizations of the noise. If you want
280
- these to be precisely idendical, then copy.deepcopy will make an exact duplicate, which
+ these to be precisely identical, then copy.deepcopy will make an exact duplicate, which
281
will have identical noise realizations for that kind of application.
282
"""
283
import copy
0 commit comments