Skip to content

Commit

Permalink
FIX example plot
Browse files Browse the repository at this point in the history
  • Loading branch information
tomMoral committed May 1, 2022
1 parent 2d0f23c commit f5abfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/demo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ options.batchsize = 100;
probname = "random"; # Data tested in paper: w8a mushrooms gisette_scale, madelon a9a phishing covtype splice rcv1_train liver-disorders_scale
X = randn((10, 200))
y = rand((-1., 1.), 200)
prob = load_logistic_from_matrices(data_path, probname, options);
prob = load_logistic_from_matrices(X, y, probname, options);

## Running methods
OUTPUTS = []; # List of saved outputs
Expand Down

0 comments on commit f5abfca

Please sign in to comment.