Skip to content

Commit

Permalink
only specify instrument class name
Browse files Browse the repository at this point in the history
The var instrumentClass was changed in the base class to
instrumentClassName.
  • Loading branch information
n8pease committed May 21, 2020
1 parent 538938a commit 1920ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_convert2to3.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ def createGen2Repo(inputPath):
class ConvertGen2To3TestCase(convertTests.ConvertGen2To3TestCase,
lsst.utils.tests.TestCase):

instrumentClassName = "lsst.obs.subaru.HyperSuprimeCam"

def setUp(self):
rawpath = os.path.join(testDataDirectory, 'hsc/raw')
self.gen2calib = os.path.join(testDataDirectory, 'hsc/calib')
self.gen2root = createGen2Repo(rawpath)
self.instrumentName = "HSC"
self.instrumentClass = "lsst.obs.subaru.HyperSuprimeCam"
self.config = os.path.join(os.path.abspath(os.path.dirname(__file__)),
"config", "convert2to3Config.py")

Expand Down

0 comments on commit 1920ea2

Please sign in to comment.