Skip to content

Commit

Permalink
use temporary directory for writing
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Nov 30, 2016
1 parent 50b9a24 commit ce579b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydl/pydlutils/tests/test_yanny.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def test_read_table_yanny(self):
def test_write_table_yanny(self):
"""Test writing an astropy Table to yanny.
"""
filename = self.data('table.par')
filename = self.temp('table.par')
a = [1, 4, 5]
b = [2.0, 5.0, 8.2]
c = [b'x', b'y', b'z']
Expand Down

0 comments on commit ce579b2

Please sign in to comment.