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
690b6f47
Verified
Commit
690b6f47
authored
Sep 18, 2019
by
Sébastien Villemot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Onx
parent
9186bca0
Pipeline
#1864
failed with stage
in 12 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
src/@dseries/dseries.m
src/@dseries/dseries.m
+2
-6
tests/data/dynseries_test_data.m
tests/data/dynseries_test_data.m
+7
-0
No files found.
src/@dseries/dseries.m
View file @
690b6f47
...
@@ -216,12 +216,8 @@ end % classdef
...
@@ -216,12 +216,8 @@ end % classdef
%$ t = zeros(8, 1);
%$ t = zeros(8, 1);
%$
%$
%$ try
%$ try
%$ [strfile, status] = urlwrite('https://www.dynare.org/Datasets/dseries/dynseries_test_data.m','dynseries_test_data.m');
%$ dseries_src_root = strrep(which('initialize_dseries_class'),'initialize_dseries_class.m','');
%$ if ~status
%$ ts = dseries([ dseries_src_root filesep 'tests' filesep 'data' filesep 'dynseries_test_data.m');
%$ error()
%$ end
%$ ts = dseries('dynseries_test_data.m');
%$ delete('dynseries_test_data.m');
%$ t(1) = 1;
%$ t(1) = 1;
%$ catch
%$ catch
%$ t = 0;
%$ t = 0;
...
...
tests/data/dynseries_test_data.m
0 → 100644
View file @
690b6f47
FREQ__ = 4;
INIT__ = '1994Q3';
NAMES__ = {'azert';'yuiop'};
TEX__ = {'azert';'yuiop'};
azert = randn(100,1);
yuiop = randn(100,1);
\ No newline at end of file
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