Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sébastien Villemot
dseries
Commits
7c3edbe0
Commit
7c3edbe0
authored
Feb 20, 2018
by
Houtan Bastani
Browse files
align: fix bug in p.dates
parent
10740d8a
Changes
1
Show whitespace changes
Inline
Side-by-side
src/@dseries/align_.m
View file @
7c3edbe0
...
...
@@ -59,8 +59,8 @@ if lastdate(o)<last
o
.
data
=
[
o
.
data
;
NaN
(
n
,
vobs
(
o
))];
end
o
.
dates
=
o_
init
:
o_
init
+
(
nobs
(
o
)
-
1
);
o
.
dates
=
o_
init
:
o_
init
+
(
nobs
(
o
)
-
1
);
o
.
dates
=
init
:
init
+
(
nobs
(
o
)
-
1
);
p
.
dates
=
init
:
init
+
(
nobs
(
p
)
-
1
);
%@test:1
%$ % Define a datasets.
...
...
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