diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py index 37ab96be1a536372b2d7571abc7165075b4da4ed..636cca067a9e23518ac11e65d126bb09dd7d49d5 100644 --- a/binarycpython/utils/grid.py +++ b/binarycpython/utils/grid.py @@ -4208,9 +4208,11 @@ eccentricity3=0 """ Verbosity-level 1 printing, to keep an eye on a grid. Arguments: - ID : thread ID for debugging (int) - now : the time now as a UNIX-style epoch in seconds (float) - system_number : the system number + ID: thread ID for debugging (int) + now: the time now as a UNIX-style epoch in seconds (float) + system_number: the system number + + TODO: add information about the amount of cores. the TPR shows the dt/dn but i want to see the amt per core too """ # calculate estimated time of arrive (eta and eta_secs), time per run (tpr)