Skip to content
Snippets Groups Projects
Commit 97d607bc authored by Thomas Purcell's avatar Thomas Purcell
Browse files

bug fix

Forgot to set_value in new sis checsk
parent 9b06b7ee
No related branches found
No related tags found
No related merge requests found
...@@ -554,6 +554,7 @@ void FeatureSpace::sis(std::vector<double>& prop) ...@@ -554,6 +554,7 @@ void FeatureSpace::sis(std::vector<double>& prop)
{ {
_phi_selected.push_back(sent_phi[inds[ii]]); _phi_selected.push_back(sent_phi[inds[ii]]);
_phi_selected.back()->reindex(cur_feat); _phi_selected.back()->reindex(cur_feat);
_phi_selected.back()->set_value();
scores_sel[cur_feat_local] = sent_scores[inds[ii]]; scores_sel[cur_feat_local] = sent_scores[inds[ii]];
++cur_feat_local; ++cur_feat_local;
++cur_feat; ++cur_feat;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment