make pac expectation JSON output like that of var expectation

issue#70
Houtan Bastani 2019-03-15 15:47:50 +01:00
parent 50c26f4945
commit 21d42e6010
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
1 changed files with 1 additions and 3 deletions

View File

@ -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