Skip to content

Commit

Permalink
Fixing coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
mortonjt committed Dec 2, 2016
1 parent b6be1ba commit 470603f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gneiss/regression/tests/test_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def test_read_write_handle(self):
exp.write_pickle(fh)
fh.close()
fh = open(self.pickle_fname, 'rb')
res = RegressionResults.read_pickle(self.pickle_fname)
res = RegressionResults.read_pickle(fh)
fh.close()
self.assertEqual(str(res.tree), str(exp.tree))
pdt.assert_frame_equal(res.pvalues, exp.pvalues)
Expand Down

0 comments on commit 470603f

Please sign in to comment.