File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ function test_computeRadialMotionDirectionBasic()
1414 cfg.dot.matrixWidth = 50 ; % in pixels
1515 cfg.screen.winWidth = 100 ; % in pixels
1616 cfg.timing.eventDuration = 2 ;
17-
17+
1818 dots.direction = 666 ;
1919 dots.positions = [
2020 100 , 100 / 2 ; ... % middle of right side
@@ -35,6 +35,6 @@ function test_computeRadialMotionDirectionBasic()
3535 - 90 ]; % down
3636
3737 %% test
38- % assertEqual(expectedDirection, angleMotion);
38+ % assertEqual(expectedDirection, angleMotion);
3939
4040end
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ function test_initDotsBasic()
5252 dots = rmfield(dots , ' positions' );
5353
5454 %% test
55- % assertEqual(expectedStructure, dots);
55+ % assertEqual(expectedStructure, dots);
5656
5757end
5858
@@ -82,7 +82,7 @@ function test_initDotsStatic()
8282 expectedStructure.speeds = zeros(10 , 2 );
8383
8484 %% test
85- % assertEqual(expectedStructure, dots);
85+ % assertEqual(expectedStructure, dots);
8686
8787end
8888
@@ -110,6 +110,6 @@ function test_initDotsRadial()
110110 speeds = [horVector , vertVector ] * 10 ;
111111
112112 %% test
113- % assertEqual(speeds, dots.speeds);
113+ % assertEqual(speeds, dots.speeds);
114114
115115end
You can’t perform that action at this time.
0 commit comments