Skip to content

Commit

Permalink
correcting a small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Chevallier committed Oct 19, 2015
1 parent 0249d2c commit c53448a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiment_dictionary_recovering.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def callback_recovery(loc):
dr99 = zeros((n_snr, n_experiments, n_iter))
dr97 = zeros((n_snr, n_experiments, n_iter))

for i, s in itemize(snr):
for i, s in enumerate(snr):
for e in range(n_experiments):
g, X, code = _generate_testbed(kernel_init_len,
n_nonzero_coefs, n_kernels, n_samples, n_features,
Expand Down

0 comments on commit c53448a

Please sign in to comment.