Skip to content

Commit

Permalink
Update code for pybind11
Browse files Browse the repository at this point in the history
  • Loading branch information
r-owen authored and Pim Schellart committed Mar 1, 2017
1 parent 15f9154 commit 23f8ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testGetRaw.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import lsst.pex.exceptions as pexExcept
import lsst.daf.persistence as dafPersist
from lsst.obs.base import MakeRawVisitInfo
from lsst.afw.image import RotType_UNKNOWN
from lsst.afw.image import RotType
from lsst.afw.coord import IcrsCoord, Coord
from lsst.afw.geom import degrees

Expand All @@ -56,7 +56,7 @@
"boresightAzAlt": Coord(61.24*degrees, (90-50.46)*degrees),
"boresightAirmass": 1.57,
"boresightRotAngle": float("nan")*degrees,
"rotType": RotType_UNKNOWN,
"rotType": RotType.UNKNOWN,
"obs_longitude": 70.81489000000001*degrees,
"obs_latitude": -30.16606*degrees,
"obs_elevation": 2215.0,
Expand Down

0 comments on commit 23f8ea1

Please sign in to comment.