Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Dec 15, 2023
1 parent 07171aa commit ebe1805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbs/src/core/core.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2059,7 +2059,7 @@
" std_cv = fcst.cross_validation(df=panel_df, h=1, fitted=True)\n",
" std_fitted_cv = fcst.cross_validation_fitted_values()\n",
"warning_msgs = [str(w.message) for w in issued_warnings]\n",
"assert sum('the predictions will have the id as a column' in msg for msg in warning_msgs) == 6, print(*warning_msgs, sep='\\n')"
"assert sum('the predictions will have the id as a column' in msg for msg in warning_msgs) == 6, '\\n' + '\\n'.join(warning_msgs)"
]
},
{
Expand Down

0 comments on commit ebe1805

Please sign in to comment.