Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Sébastien Villemot
dseries
Commits
ddf89b7c
Verified
Commit
ddf89b7c
authored
Feb 09, 2019
by
Stéphane Adjemian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed paths in unit tests.
parent
e232e940
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
31 additions
and
31 deletions
+31
-31
src/@dates/private/comparison_arg_checks.m
src/@dates/private/comparison_arg_checks.m
+7
-7
src/@dates/private/dates4display.m
src/@dates/private/dates4display.m
+4
-4
src/@dates/private/greaterorequal.m
src/@dates/private/greaterorequal.m
+5
-5
src/@dates/private/greaterthan.m
src/@dates/private/greaterthan.m
+5
-5
src/@dates/private/lessorequal.m
src/@dates/private/lessorequal.m
+5
-5
src/@dates/private/lessthan.m
src/@dates/private/lessthan.m
+5
-5
No files found.
src/@dates/private/comparison_arg_checks.m
View file @
ddf89b7c
...
@@ -51,7 +51,7 @@ p = varargin{2};
...
@@ -51,7 +51,7 @@ p = varargin{2};
%@test:1
%@test:1
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ try
%$ try
...
@@ -67,7 +67,7 @@ p = varargin{2};
...
@@ -67,7 +67,7 @@ p = varargin{2};
%@test:2
%@test:2
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ try
%$ try
...
@@ -83,7 +83,7 @@ p = varargin{2};
...
@@ -83,7 +83,7 @@ p = varargin{2};
%@test:3
%@test:3
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ try
%$ try
...
@@ -99,7 +99,7 @@ p = varargin{2};
...
@@ -99,7 +99,7 @@ p = varargin{2};
%@test:4
%@test:4
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ try
%$ try
...
@@ -115,7 +115,7 @@ p = varargin{2};
...
@@ -115,7 +115,7 @@ p = varargin{2};
%@test:5
%@test:5
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ try
%$ try
...
@@ -131,7 +131,7 @@ p = varargin{2};
...
@@ -131,7 +131,7 @@ p = varargin{2};
%@test:6
%@test:6
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ try
%$ try
...
@@ -147,7 +147,7 @@ p = varargin{2};
...
@@ -147,7 +147,7 @@ p = varargin{2};
%@test:7
%@test:7
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ try
%$ try
...
...
src/@dates/private/dates4display.m
View file @
ddf89b7c
...
@@ -49,7 +49,7 @@ str = sprintf('%s%s>\n', str, date2string(o.time(o.length(),:),o.freq));
...
@@ -49,7 +49,7 @@ str = sprintf('%s%s>\n', str, date2string(o.time(o.length(),:),o.freq));
%@test:1
%@test:1
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ try
%$ try
...
@@ -75,7 +75,7 @@ str = sprintf('%s%s>\n', str, date2string(o.time(o.length(),:),o.freq));
...
@@ -75,7 +75,7 @@ str = sprintf('%s%s>\n', str, date2string(o.time(o.length(),:),o.freq));
%@test:2
%@test:2
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ try
%$ try
...
@@ -101,7 +101,7 @@ str = sprintf('%s%s>\n', str, date2string(o.time(o.length(),:),o.freq));
...
@@ -101,7 +101,7 @@ str = sprintf('%s%s>\n', str, date2string(o.time(o.length(),:),o.freq));
%@test:3
%@test:3
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ try
%$ try
...
@@ -127,7 +127,7 @@ str = sprintf('%s%s>\n', str, date2string(o.time(o.length(),:),o.freq));
...
@@ -127,7 +127,7 @@ str = sprintf('%s%s>\n', str, date2string(o.time(o.length(),:),o.freq));
%@test:4
%@test:4
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ try
%$ try
...
...
src/@dates/private/greaterorequal.m
View file @
ddf89b7c
...
@@ -31,7 +31,7 @@ end
...
@@ -31,7 +31,7 @@ end
%@test:1
%@test:1
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ a = [2, 4];
%$ a = [2, 4];
...
@@ -54,7 +54,7 @@ end
...
@@ -54,7 +54,7 @@ end
%@test:2
%@test:2
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ a = [1, 4];
%$ a = [1, 4];
...
@@ -77,7 +77,7 @@ end
...
@@ -77,7 +77,7 @@ end
%@test:3
%@test:3
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ a = [1, 4];
%$ a = [1, 4];
...
@@ -100,7 +100,7 @@ end
...
@@ -100,7 +100,7 @@ end
%@test:4
%@test:4
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ a = [1, 2];
%$ a = [1, 2];
...
@@ -123,7 +123,7 @@ end
...
@@ -123,7 +123,7 @@ end
%@test:5
%@test:5
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ a = [1, 2];
%$ a = [1, 2];
...
...
src/@dates/private/greaterthan.m
View file @
ddf89b7c
...
@@ -31,7 +31,7 @@ end
...
@@ -31,7 +31,7 @@ end
%@test:1
%@test:1
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ a = [2, 4];
%$ a = [2, 4];
...
@@ -54,7 +54,7 @@ end
...
@@ -54,7 +54,7 @@ end
%@test:2
%@test:2
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ a = [1, 4];
%$ a = [1, 4];
...
@@ -77,7 +77,7 @@ end
...
@@ -77,7 +77,7 @@ end
%@test:3
%@test:3
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ a = [1, 4];
%$ a = [1, 4];
...
@@ -100,7 +100,7 @@ end
...
@@ -100,7 +100,7 @@ end
%@test:4
%@test:4
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ a = [1, 2];
%$ a = [1, 2];
...
@@ -123,7 +123,7 @@ end
...
@@ -123,7 +123,7 @@ end
%@test:5
%@test:5
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ a = [1, 2];
%$ a = [1, 2];
...
...
src/@dates/private/lessorequal.m
View file @
ddf89b7c
...
@@ -31,7 +31,7 @@ end
...
@@ -31,7 +31,7 @@ end
%@test:1
%@test:1
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ a = [2, 4];
%$ a = [2, 4];
...
@@ -54,7 +54,7 @@ end
...
@@ -54,7 +54,7 @@ end
%@test:2
%@test:2
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ a = [1, 4];
%$ a = [1, 4];
...
@@ -77,7 +77,7 @@ end
...
@@ -77,7 +77,7 @@ end
%@test:3
%@test:3
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ a = [1, 4];
%$ a = [1, 4];
...
@@ -100,7 +100,7 @@ end
...
@@ -100,7 +100,7 @@ end
%@test:4
%@test:4
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ a = [1, 2];
%$ a = [1, 2];
...
@@ -123,7 +123,7 @@ end
...
@@ -123,7 +123,7 @@ end
%@test:5
%@test:5
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ a = [1, 2];
%$ a = [1, 2];
...
...
src/@dates/private/lessthan.m
View file @
ddf89b7c
...
@@ -31,7 +31,7 @@ end
...
@@ -31,7 +31,7 @@ end
%@test:1
%@test:1
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ a = [2, 4];
%$ a = [2, 4];
...
@@ -54,7 +54,7 @@ end
...
@@ -54,7 +54,7 @@ end
%@test:2
%@test:2
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ a = [1, 4];
%$ a = [1, 4];
...
@@ -77,7 +77,7 @@ end
...
@@ -77,7 +77,7 @@ end
%@test:3
%@test:3
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ a = [1, 4];
%$ a = [1, 4];
...
@@ -100,7 +100,7 @@ end
...
@@ -100,7 +100,7 @@ end
%@test:4
%@test:4
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ a = [1, 2];
%$ a = [1, 2];
...
@@ -123,7 +123,7 @@ end
...
@@ -123,7 +123,7 @@ end
%@test:5
%@test:5
%$ OPATH = pwd();
%$ OPATH = pwd();
%$ DSERIES_PATH = strrep(which('
@dseries/
initialize
'),'/@
dseries/initialize.m','');
%$ DSERIES_PATH = strrep(which('initialize
_
dseries
_class'),'
/initialize
_dseries_class
.m','');
%$ cd([DSERIES_PATH '/@dates/private']);
%$ cd([DSERIES_PATH '/@dates/private']);
%$
%$
%$ a = [1, 2];
%$ a = [1, 2];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment