kartverket / automatisk-generalisering

MIT License
0 stars 2 forks source link

Fixed time formatting bug to display correct time #152

Closed EllingOftedalKV closed 3 months ago

EllingOftedalKV commented 3 months ago

The compute_elapsed_time function was replaced with a format_time function that transforms the elapsed time from seconds into a more readable string format (HH:MM:SS). The log_to_console_and_file function was also updated to handle this change, improving readability and understanding of log messages.