You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only the variables that are relevant for the run should be printed out. In this case affinity_pos = None should be printed (to indicate that there is no binding affinity annotation), but everything else is superfluous and confusing.
The function
gnina-torch/gnina/utils.py
Lines 9 to 33 in f8aecb6
is too simplistic. This function prints out all the CLI arguments to the log file, including the default ones.
This might be confusing at times. For example, when there is no binding affinity annotation the following is printed to the log file:
Only the variables that are relevant for the run should be printed out. In this case
affinity_pos = None
should be printed (to indicate that there is no binding affinity annotation), but everything else is superfluous and confusing.The same happens for dynamic learning rate:
lr_dynamic = False
should be printed, everything else is superfluous and confusing.The text was updated successfully, but these errors were encountered: