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
8ba920e1
Commit
8ba920e1
authored
Jun 24, 2015
by
Stéphane Adjemian
Browse files
Unit tests. Delete generated data files.
parent
d988a698
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/@dseries/subsref.m
View file @
8ba920e1
...
...
@@ -472,6 +472,8 @@ end
%
$
t
=
0
;
%
$
end
%
$
%
$
delete
(
'
ts1
.
csv
'
);
%
$
%
$
T
=
all
(
t
);
%
@eof
:
7
...
...
@@ -486,6 +488,7 @@ end
%
$
try
%
$
ts1
=
dseries
(
A
,[],
A_name
,[]);
%
$
ts1
.
save
(
'
test_generated_data_file
','
m
'
);
%
$
delete
(
'
test_generated_data_file
.
m
'
);
%
$
t
=
1
;
%
$
catch
%
$
t
=
0
;
...
...
@@ -594,6 +597,8 @@ end
%
$
t
=
0
;
%
$
end
%
$
%
$
delete
(
'
ts1
.
csv
'
)
%
$
%
$
T
=
all
(
t
);
%
@eof
:
12
...
...
Write
Preview
Supports
Markdown
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