diff --git a/src/feature_creation/feature_space/FeatureSpace.cpp b/src/feature_creation/feature_space/FeatureSpace.cpp index 4eac0be61ac182b3edab00a5decef8556da28836..8a9b57dcf9bbd66dfd0f05829ee0e331fd27a525 100644 --- a/src/feature_creation/feature_space/FeatureSpace.cpp +++ b/src/feature_creation/feature_space/FeatureSpace.cpp @@ -445,7 +445,6 @@ void FeatureSpace::sis(std::vector<double>& prop) for(auto& feat : phi_selected) _phi_selected.push_back(feat); } - std::cout << cur_feat << std::endl; if(cur_feat != node_value_arrs::N_SELECTED) throw std::logic_error("SIS went through all features and did not select enough."); } diff --git a/src/inputs/InputParser.cpp b/src/inputs/InputParser.cpp index 22cecebeb3cd96c59afb220c4413dd1c1965ff36..16f6cbd6f9fd91339ab945b9eda5f62ac0a561e7 100644 --- a/src/inputs/InputParser.cpp +++ b/src/inputs/InputParser.cpp @@ -42,9 +42,6 @@ InputParser::InputParser(boost::property_tree::ptree IP, std::string fn, std::sh else if(_leave_out_inds.size() != _n_leave_out) throw std::logic_error("n_leave_out is not the same size as leave_out_inds"); - if(comm->rank() == 1) - for(int ii = 0; ii < _n_leave_out; ++ii) - std::cout << _leave_out_inds[ii] << std::endl; if(_opset.size() == 0) {