Skip to content

Commit

Permalink
update time string for single path in multi path
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBronder committed Jan 8, 2025
1 parent 6326a66 commit 79e3a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stan/services/pathfinder/multi.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ inline int pathfinder_lbfgs_multi(
std::string optim_time_str
= time_header
+ std::to_string(pathfinders_delta_time + psis_delta_time)
+ std::string(" seconds") + " (Total)";
+ std::string(" seconds") + " (Pathfinder)";
single_writer(optim_time_str);
}
} else {
Expand Down

0 comments on commit 79e3a9d

Please sign in to comment.