Skip to content

Commit

Permalink
removed os.mkdir('tests') in test_miriad
Browse files Browse the repository at this point in the history
  • Loading branch information
nkern committed Jun 29, 2018
1 parent ff118cc commit 4ed838b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyuvdata/tests/test_miriad.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ def test_ReadMiriadWriteUVFits():
miriad_uv = UVData()
uvfits_uv = UVData()
miriad_file = os.path.join(DATA_PATH, 'zen.2456865.60537.xy.uvcRREAA')
if not os.path.exists(os.path.join(DATA_PATH, 'test')):
os.mkdir(os.path.join(DATA_PATH, 'test'))
testfile = os.path.join(DATA_PATH, 'test/outtest_miriad.uvfits')
uvtest.checkWarnings(miriad_uv.read_miriad, [miriad_file],
known_warning='miriad')
Expand Down

0 comments on commit 4ed838b

Please sign in to comment.