Skip to content

format with black; use loguru for status updates#1

Open
Timothy-W-Hilton wants to merge 4 commits intotglauch:mainfrom
Timothy-W-Hilton:dev
Open

format with black; use loguru for status updates#1
Timothy-W-Hilton wants to merge 4 commits intotglauch:mainfrom
Timothy-W-Hilton:dev

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.

Sort of accompanies pyVPRM PR 4

split NZ ERA5 annual netCDF files to monthly
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
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