Skip to content

Commit

Permalink
Re-enable disabled tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed Jul 19, 2022
1 parent 9e7ee90 commit ec49268
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def test_logbook():
# logbook.plot_columns_vs_date(['T', 'seeing', 'W'])


@unittest.skipIf(sys.platform != "darwin", 'Skipping full test for speed unless on macOS')
def test_extractor_ctio():
file_names = ['tests/data/reduc_20170530_134.fits']
output_directory = "./outputs"
Expand Down Expand Up @@ -116,7 +115,6 @@ def test_extractor_ctio_planetary_nebula():
assert os.path.isfile(os.path.join(output_directory, tag.replace('.fits', '_lines.csv'))) is True


@unittest.skipIf(sys.platform != "darwin", 'Skipping full test for speed unless on macOS')
def extractor_auxtel():
file_names = ['tests/data/calexp_2020031500162-EMPTY_ronchi90lpmm-det000.fits'] # image 1
# file_names = ['tests/data/calexp_2020031200313-EMPTY_ronchi90lpmm-det000.fits'] # image 2
Expand Down

0 comments on commit ec49268

Please sign in to comment.