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
Branches
Tags
No related merge requests found
......@@ -35,7 +35,7 @@ classdef FaustTest < matlab.unittest.TestCase
d2 = randi(this.MAX_DIM_SIZE);
factors{i} = sprand(d1, d2, density);
end
this.test_faust = Faust(factors,1.0,0)
this.test_faust = Faust(factors,1.0)
this.factors = factors
this.num_factors = num_factors
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment