Skip to content

Commit

Permalink
fixed output naming
Browse files Browse the repository at this point in the history
  • Loading branch information
josura committed Aug 14, 2023
1 parent f9cec19 commit d041ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainRefactored.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ int main(int argc, char** argv ) {
for(uint i = 0; i < typesFiltered.size(); i++){
std::vector<std::string> nodeNames = typeToNodeNames[i];
//TODO change how to save files to get more information about intratype and intertype iterations
saveNodeValues(outputFoldername, iterationIntertype*intratypeIterations + iterationIntratype, types[i], typeComputations[i]->getOutputAugmented(), nodeNames,ensembleGeneNames);
saveNodeValues(outputFoldername, iterationIntertype*intratypeIterations + iterationIntratype, typesFiltered[i], typeComputations[i]->getOutputAugmented(), nodeNames,ensembleGeneNames);
}
// std::cout<< "[DEBUG] output values before updating input"<<std::endl;
// for(uint i = 0; i < types.size(); i++){
Expand Down

0 comments on commit d041ea8

Please sign in to comment.