Skip to content

Commit bc0fd24

Browse files
committed
mh autofix
1 parent 1177f19 commit bc0fd24

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/test_computeRadialMotionDirection.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4040
end

tests/test_initDots.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

5757
end
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

8787
end
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

115115
end

0 commit comments

Comments
 (0)