Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Aug 8, 2018
2 parents 090592e + 2156ada commit 225ae8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -107,7 +107,7 @@ finished(s::MyLinearModelSolver, model) = true

# generate some fake data
x = randn(100, 5)
y = x * linspace(-1, 1, 5) + randn(100)
y = x * range(-1, stop=1, length=5) + randn(100)

data = (x, y)

Expand Down

0 comments on commit 225ae8d

Please sign in to comment.