Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick numeric summary returned after processing files #16

Open
federicomarini opened this issue Aug 18, 2020 · 3 comments
Open

Quick numeric summary returned after processing files #16

federicomarini opened this issue Aug 18, 2020 · 3 comments

Comments

@federicomarini
Copy link
Collaborator

Idea: to have a quick numeric summary returned after processing files

Rationale: often one might overlook what happened and "just takes" the output. Exposing a compact summary of what was retained/filtered out can help to be aware of parameter values.

Implementation: could be a combination of message calls, that e.g. can be printed out to console without messing around with the returned output 😉

@kgaonkar6
Copy link
Contributor

Good idea! Do you have any suggestions as to how to go about doing this efficiently?

@federicomarini
Copy link
Collaborator Author

I'll dig a little into the code of the specific function and try to give some pointers.

Otherwise, to elaborate a little more on the idea:

  • dimensions of what was provided as input -> dimensions of what is output
  • what happens to this input file, also with simple message calls
  • maybe some short overview statistics on how many functions got assigned to this or this other category

@kgaonkar6
Copy link
Contributor

Thanks for looking into it!

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

No branches or pull requests

2 participants