diff --git a/src/ExprNode.cc b/src/ExprNode.cc index afd4cce4..dc8e9392 100644 --- a/src/ExprNode.cc +++ b/src/ExprNode.cc @@ -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