Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 29666d98 authored by hhakim's avatar hhakim
Browse files

Minor change.

Remove useless third argument in Faust() call.
parent 54bd1255
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ classdef FaustTest < matlab.unittest.TestCase ...@@ -35,7 +35,7 @@ classdef FaustTest < matlab.unittest.TestCase
d2 = randi(this.MAX_DIM_SIZE); d2 = randi(this.MAX_DIM_SIZE);
factors{i} = sprand(d1, d2, density); factors{i} = sprand(d1, d2, density);
end end
this.test_faust = Faust(factors,1.0,0) this.test_faust = Faust(factors,1.0)
this.factors = factors this.factors = factors
this.num_factors = num_factors this.num_factors = num_factors
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment