Skip to content

Commit

Permalink
Test using the smaller image size with a lower XY0
Browse files Browse the repository at this point in the history
  • Loading branch information
isullivan committed Jun 2, 2022
1 parent 38492a7 commit 1c80081
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_subtractTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ def makeTestImage(seed=5, nSrc=20, psfSize=2., noiseLevel=5.,
noiseSeed=6, fluxLevel=500., fluxRange=2.,
kernelSize=32, templateBorderSize=0,
background=None,
xSize=256,
ySize=256,
x0=12345,
y0=67890,
xSize=200,
ySize=200,
x0=125,
y0=670,
calibration=1.,
doApplyCalibration=False,
):
Expand Down

0 comments on commit 1c80081

Please sign in to comment.