Skip to content

Commit

Permalink
Merge pull request #105 from lsst/tickets/DM-16411
Browse files Browse the repository at this point in the history
DM-16411: Change unit of time to "s" rather than "second"
  • Loading branch information
timj committed Jan 5, 2023
2 parents e3ed7fa + c03b1e9 commit d98a360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CModel.cc
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ struct CModelStageKeys {
if (ctrl.doRecordTime) {
time = schema.addField<Scalar>(
schema.join(prefix, "time"),
"Time spent in stage", "second"
"Time spent in stage", "s"
);
}
} else {
Expand Down

0 comments on commit d98a360

Please sign in to comment.