Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26c790 commit 1ea8231Copy full SHA for 1ea8231
lib/maths/time_series/unittest/CTimeSeriesMultibucketFeaturesTest.cc
@@ -382,7 +382,7 @@ BOOST_AUTO_TEST_CASE(testMultivariateMean) {
382
std::ostringstream json;
383
ml::core::CJsonStatePersistInserter inserter{json};
384
feature.acceptPersistInserter(inserter);
385
- LOG_TRACE(<< i << ") model JSON representation:\n" << json);
+ LOG_TRACE(<< i << ") model JSON representation:\n" << json.str());
386
LOG_DEBUG(<< i << ") model JSON size: " << json.str().size());
387
388
// Restore the JSON into a new feature and assert checksums.
0 commit comments