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

Commit 225ae8d

Browse files
committed
2 parents 090592e + 2156ada commit 225ae8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ finished(s::MyLinearModelSolver, model) = true
107107

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

112112
data = (x, y)
113113

0 commit comments

Comments
 (0)