Commit c0fe8def authored by Wei Chengliang's avatar Wei Chengliang
Browse files

update codestyle-PEP8

parent 0d574e7a
Pipeline #7099 failed with stage
in 0 seconds
...@@ -123,4 +123,3 @@ class PSFGauss(PSFModel): ...@@ -123,4 +123,3 @@ class PSFGauss(PSFModel):
# return ell, beta, qr # return ell, beta, qr
PSFshear = galsim.Shear(e=ell, beta=beta*galsim.radians) PSFshear = galsim.Shear(e=ell, beta=beta*galsim.radians)
return self.psf.shear(PSFshear), PSFshear return self.psf.shear(PSFshear), PSFshear
...@@ -3,4 +3,5 @@ from .PSFGauss import PSFGauss ...@@ -3,4 +3,5 @@ from .PSFGauss import PSFGauss
# from .PSFInterp.PSFInterp import PSFInterp # from .PSFInterp.PSFInterp import PSFInterp
from .PSFInterp import PSFInterp from .PSFInterp import PSFInterp
from .PSFInterpSLS import PSFInterpSLS from .PSFInterpSLS import PSFInterpSLS
from .FieldDistortion import FieldDistortion from .FieldDistortion import FieldDistortion
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment