Skip to content

Commit

Permalink
Small fixes in hips/tiles/tests/test_survey.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeil committed Sep 25, 2017
1 parent e02037a commit 2476251
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hips/tiles/tests/test_survey.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ def setup_class(cls):
@remote_data
def test_from_name(self):
survey = HipsSurveyProperties.from_name('CDS/P/2MASS/color')
assert survey.title == '2MASS color J (1.23 microns), H (1.66 microns), K (2.16 microns)'
assert survey.title == '2MASS color J (1.23um), H (1.66um), K (2.16um)'

@remote_data
def test_make(self):
survey = HipsSurveyProperties.make('CDS/P/EGRET/Dif/300-500')
assert survey.title == 'EGRET Dif 300-500'
assert survey.title == 'EGRET Dif 300-500MeV'
assert self.survey is HipsSurveyProperties.make(self.survey)

def test_title(self):
Expand Down Expand Up @@ -98,7 +98,7 @@ def test_fetch(self):
assert len(surveys.data) > 3

survey = surveys.from_name('CDS/P/2MASS/H')
assert survey.title == '2MASS H (1.66 microns)'
assert survey.title == '2MASS H (1.66um)'
assert survey.hips_order == 9

@remote_data
Expand Down

0 comments on commit 2476251

Please sign in to comment.