Skip to content

Commit e105f13

Browse files
committed
Getting rid of version key word argument
1 parent dc08f9d commit e105f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CCD.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ def addCosmics(self, gradient=False, version='fancy', diffusion=False, write=Fal
637637

638638
# use Al's code to generate cosmic ray image of the correct size
639639
image = Cosmics.cosmicImage(exptime=self.camera.cadence, size=self.npix,
640-
gradient=gradient, version=version, diffusion=diffusion, rate=rate)
640+
gradient=gradient, diffusion=diffusion, rate=rate)
641641

642642
# (optionally), write cosmic ray image
643643
if write:

0 commit comments

Comments
 (0)