Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-20566: Replace afwGeom with geom and fix some resource warnings #62

Merged
merged 2 commits into from Jul 24, 2019

Conversation

timj
Copy link
Member

@timj timj commented Jul 23, 2019

No description provided.

timj added 2 commits July 23, 2019 10:56
Use context managers to ensure that files are closed after
opening.
@timj timj force-pushed the tickets/DM-20566-obs_sdss branch from e296ac8 to a0da2a2 Compare July 23, 2019 17:56
@timj timj requested a review from SimonKrughoff July 23, 2019 17:59
@@ -27,6 +27,7 @@
from lsst.afw.cameraGeom import makeCameraFromCatalogs, CameraConfig, DetectorConfig, \
TransformMapConfig, SCIENCE, PIXELS, FIELD_ANGLE, FOCAL_PLANE, NullLinearityType
import lsst.afw.table as afwTable
import lsst.geom as geom
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a stray import of afwGeom on line 25.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I see. This is needed for the TransformConfig and transformRegistry.

@timj timj merged commit 885d7eb into master Jul 24, 2019
@timj timj deleted the tickets/DM-20566-obs_sdss branch July 24, 2019 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants