Skip to content

Commit

Permalink
dumb empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbern committed Aug 22, 2018
1 parent 5cad138 commit 7f130f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test_convoys.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ def test_weibull_regression_model(cs=[0.3, 0.5, 0.7],
assert model.cdf(x, 1).shape == ()
assert model.cdf(x, [1, 2, 3, 4]).shape == (4,)


# Check results
for r, c in enumerate(cs):
x = [int(r == j) for j in range(len(cs))]
Expand Down

0 comments on commit 7f130f1

Please sign in to comment.