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
Currently looper prints a statement in dict format for the commands/jobs submitted:
Looper finished
Samples valid for job generation: 2 of 2
{'Pipestat compatible': False, 'Commands submitted': '2 of 2', 'Jobs submitted': 2}
I believe this was originally implemented such that looper would return this dict so that our pytesting could analyze it for accuracy certain tests. However, we would like to remove seeing this in the CLI when running looper.
The text was updated successfully, but these errors were encountered:
Currently looper prints a statement in dict format for the commands/jobs submitted:
I believe this was originally implemented such that looper would return this dict so that our pytesting could analyze it for accuracy certain tests. However, we would like to remove seeing this in the CLI when running looper.
The text was updated successfully, but these errors were encountered: