Skip to content

Commit

Permalink
Merge pull request #74 from chrisspalm/master
Browse files Browse the repository at this point in the history
TST test_io_load2 crashed on windows because file was open.
  • Loading branch information
kwgoodman committed Feb 6, 2014
2 parents e263c9e + fe85406 commit 789d46f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions la/tests/io_test.py
Expand Up @@ -208,6 +208,7 @@ def test_io_load_2(self):
a = la.load(f, 'd')
assert_larry_equal(a, d)
la.io.delete(f, 'd')
f.close()

# nose tests ----------------------------------------------------------------

Expand Down

0 comments on commit 789d46f

Please sign in to comment.