Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
131
Issue boards
Milestones
Wiki
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Merge requests
!700
Set missing argument in makedataset.m that leads to crashes with GSA
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Set missing argument in makedataset.m that leads to crashes with GSA
JohannesPfeifer:unit_test
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Johannes Pfeifer
requested to merge
JohannesPfeifer:unit_test
into
master
10 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Fixes the recent problem with unit tests
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
bf69cee9
1 commit,
6 years ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
matlab/utilities/dataset/makedataset.m
+
1
−
0
Options
@@ -37,6 +37,7 @@ if isempty(DynareOptions.datafile) && isempty(DynareOptions.dataset.file) && ise
if
gsa_flag
DynareDataset
=
dseries
();
DatasetInfo
=
[];
newdatainterface
=
0
;
return
else
error
(
'makedataset: datafile option is missing!'
)
Loading