Skip to content

format python source code using black; use loguru for status updates#2

Closed
Timothy-W-Hilton wants to merge 2 commits intotglauch:mainfrom
Timothy-W-Hilton:PR_black_loguru
Closed

format python source code using black; use loguru for status updates#2
Timothy-W-Hilton wants to merge 2 commits intotglauch:mainfrom
Timothy-W-Hilton:PR_black_loguru

Conversation

@Timothy-W-Hilton
Copy link

Formats Python source files using black formatting tool v24.8.0 with default options.

Uses loguru to write status updates to stdout. Changes all print() calls to loguru.logger.info(). This causes all the status updates to include a timestamp and the originating source line. The timestamps make it easier to understand which parts are taking a long time, or how long a pyVPRM task took if it was allowed to run unattended.

apply black
formatter (https://black.readthedocs.io/en/stable/index.html) to Python
source files. Ran black with default options in top-level pyVPRM
directory (`black --verbose .`).

versions used:
black, 24.8.0 (compiled: no)
Python (CPython) 3.12.5
replace "print(...)" with "loguru.logger.info(...)"

provides time-stamps and source line attributions to progress updates.
The time stamps are particularly useful for understanding which pieces
are taking a long time on a long-running simulation.

https://loguru.readthedocs.io/en/stable/index.html
https://github.com/Delgan/loguru
@Timothy-W-Hilton
Copy link
Author

duplicate of #1 - sorry!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant