diff options
| author | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2015-02-03 23:56:58 -0500 |
|---|---|---|
| committer | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2015-02-03 23:56:58 -0500 |
| commit | d91db65bf9c3db5e3dd53c41576b0fc1b866c8ce (patch) | |
| tree | 56520520a8db0e36a4a6bc760290e6ac44e80f49 /src/convex_optimization.py | |
| parent | 984201af47a7b3a8701a2d5f6a50fc55ef666681 (diff) | |
| download | cascades-d91db65bf9c3db5e3dd53c41576b0fc1b866c8ce.tar.gz | |
adding figure
Diffstat (limited to 'src/convex_optimization.py')
| -rw-r--r-- | src/convex_optimization.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/convex_optimization.py b/src/convex_optimization.py index 913fcb4..ed99e6b 100644 --- a/src/convex_optimization.py +++ b/src/convex_optimization.py @@ -80,7 +80,7 @@ def type_lasso(lbda): return f_x, f_xz -@timeout.timeout(30) +@timeout.timeout(70) def diff_and_opt(M_val, w_val, f_x, f_xz): if M_val.dtype == bool: |
