Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
mortonjt committed Jul 28, 2016
1 parent b12fe8a commit f3b7d94
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gneiss/tests/test_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ def test_regression_results_coefficient_projection(self):
check_less_precise=True)

def test_regression_results_coefficient_project_error(self):
exp_coef = pd.DataFrame({'Intercept' : [1.447368, -0.052632],
'X' : [0.539474, 1.289474]},
index=['Y1', 'Y2'])
res = RegressionResults(self.results)
with self.assertRaises(ValueError):
res.coefficients(project=True)
Expand Down

0 comments on commit f3b7d94

Please sign in to comment.