Skip to content

Commit

Permalink
Removed because of issue #54
Browse files Browse the repository at this point in the history
  • Loading branch information
daducci committed Nov 16, 2018
1 parent a13de32 commit 3cc302e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commit/solvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
norm2 = 2
norminf = np.inf
list_regnorms = [group_sparsity, non_negative, norm1, norm2]
list_group_sparsity_norms = [norm2, norminf]
list_group_sparsity_norms = [norm2]#, norminf] # removed because of issue #54

def init_regularisation(commit_evaluation,
regnorms = (non_negative, non_negative, non_negative),
Expand Down

0 comments on commit 3cc302e

Please sign in to comment.