changeset 97:3cf9714f6883

bugs from Mehrdad
author Mehrdad <myvaigha@staffmail.ed.ac.uk>
date Tue, 12 Apr 2011 15:52:30 +0100
parents dd99d900006c (current diff) 8a93741e416e (diff)
children 0e6a97a4c787 228ece3184c1
files box.m bugs.m
diffstat 2 files changed, 46 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/box.m	Tue Apr 12 15:45:19 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-%% The rice mdwt crashed on my matlab session runing on linux 64!!!
-% problem with hg merge using EasyMercurial. (This is a test)
\ No newline at end of file
--- a/bugs.m	Tue Apr 12 15:45:19 2011 +0100
+++ b/bugs.m	Tue Apr 12 15:52:30 2011 +0100
@@ -9,4 +9,49 @@
 %SMALL_playAudio(SMALL);
  
 
-% version of Matlab used: 7.9.0.529  - 64 bits
\ No newline at end of file
+% version of Matlab used: 7.9.0.529  - 64 bits
+
+
+
+Bugs by Raja Giryes:
+Using the tollbox on windows with Matlab R2010b:
+bug1:
+running SMALL_solver_test_Audio.m 
+I get:
+Starting solver SMALL_cgp... 
+Solver SMALL_cgp finished task in 251.208410 seconds (cpu time). 
+Solver SMALL_cgp finished task in 159.905633 seconds (tic-toc time). 
+
+Starting solver SolveBP... 
+??? Error using ==> eval
+Undefined function or method 'SolveBP' for input arguments of type
+'function_handle'.
+
+Error in ==> SMALL_solve at 46
+    y = eval([solver.name,'(SparseLab_A, b, n,',solver.param,');']);
+
+Error in ==> SMALL_solver_test_Audio at 93
+SMALL.solver(i)=SMALL_solve(SMALL.Problem, SMALL.solver(i));
+
+running SMALL_solver_test.m
+I get:
+Starting solver SMALL_cgp... 
+Solver SMALL_cgp finished task in 2.839218 seconds (cpu time). 
+Solver SMALL_cgp finished task in 2.821443 seconds (tic-toc time). 
+
+Starting solver SolveOMP... 
+??? Error using ==> eval
+Undefined function or method 'SolveOMP' for input arguments of type
+'function_handle'.
+
+Error in ==> SMALL_solve at 46
+    y = eval([solver.name,'(SparseLab_A, b, n,',solver.param,');']);
+
+Error in ==> SMALL_solver_test at 113
+SMALL.solver(i)=SMALL_solve(SMALL.Problem, SMALL.solver(i));
+
+
+Bug report from Mehrdad Yaghoobi:
+1. The rice mdwt crashed on my matlab session runing on linux 64!!!
+2. problem with hg merge using EasyMercurial.
+