DiamondLightSource / httomo

High-throughput tomography pipeline
https://diamondlightsource.github.io/httomo/
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

Reduce block processing logging #235

Closed yousefmoazzam closed 2 months ago

yousefmoazzam commented 4 months ago

Each iterations over a block within a section seems to print information about the method being run, which can produce a lot of output. The printed information feels like it should be reduced in some manner (maybe only one print per-method in each section, ie, don't print on every block?)

yousefmoazzam commented 3 months ago

Taken from the release TODO:

Fix the logging when the number of prints is related to the number of blocks. Currently it is confusing as we print the same method N-times. I guess we should print for the last block only?

yousefmoazzam commented 2 months ago

Completed in merge of #294