Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Issue 2968] Fix minor bug in process duration logging (#3963)
## Summary Fixes #2968 ### Time to review: __2 mins__ ## Changes proposed > What was added, updated, or removed in this PR. Adds a cast to a float value to avoid type mismatch. ## Context for reviewers > Testing instructions, background context, more in-depth details of the implementation, and anything else you'd like to call out or ask reviewers. Explain how the changes were verified. Last sprint I added a simple timer to measure and log process duration. Whereas the logging statement worked as intended locally on my MBP, today I noticed that when running in an AWS step function container the log statement throws a type mismatch error, because the float is being interpreted as a string. ## Additional information > Screenshots, GIF demos, code examples or output to help show the changes working as expected.
- Loading branch information