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
Dynare
preprocessor
Commits
21d42e60
Verified
Commit
21d42e60
authored
Mar 15, 2019
by
Houtan Bastani
Browse files
make pac expectation JSON output like that of var expectation
parent
50c26f49
Pipeline
#983
passed with stage
in 1 minute and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/ExprNode.cc
View file @
21d42e60
...
...
@@ -9588,9 +9588,7 @@ PacExpectationNode::writeJsonOutput(ostream &output,
const
deriv_node_temp_terms_t
&
tef_terms
,
const
bool
isdynamic
)
const
{
output
<<
"pac_expectation("
<<
"model_name = "
<<
model_name
<<
")"
;
output
<<
"pac_expectation("
<<
model_name
<<
')'
;
}
bool
...
...
Houtan Bastani
@houtanb
mentioned in commit
da9f5dcf
·
Mar 15, 2019
mentioned in commit
da9f5dcf
mentioned in commit da9f5dcffb6495651d0265041292b0f9f01ffc73
Toggle commit list
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