Skip to content

Commit

Permalink
Added more details on error
Browse files Browse the repository at this point in the history
  • Loading branch information
cassinaj committed Jan 3, 2016
1 parent f19b206 commit d694226
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/fl/model/observation/robust_feature_obsrv_model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ class RobustFeatureObsrvModel
{
std::cout << "normalizer in robust feature is not finite "
<< " weight: " << weight
<< " prob_y: " << prob_y
<< " body_mean " << body_gaussian_.mean()
<< " body_cov " << body_gaussian_.covariance()
<< " prob_y: " << prob_y
<< " input_obsrv: " << input_obsrv.transpose()
<< " normalizer: " << normalizer
<< std::endl;
Expand Down

0 comments on commit d694226

Please sign in to comment.