Skip to content

[ts][summary.py] Extend -o to support tabs separated output.#19268

Merged
alalek merged 2 commits intoopencv:3.4from
fpetrogalli:tabs-summary-output
Jan 14, 2021
Merged

[ts][summary.py] Extend -o to support tabs separated output.#19268
alalek merged 2 commits intoopencv:3.4from
fpetrogalli:tabs-summary-output

Conversation

@fpetrogalli
Copy link
Copy Markdown
Contributor

This PR is related to issue #19267 .

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or other license that is incompatible with OpenCV
  • The PR is proposed to proper branch
  • There is reference to original bug report and related work
  • There is accuracy test, performance test and test data in opencv_extra repository, if applicable
    Patch to opencv_extra has the same branch name.
  • The feature is well documented and sample code can be built with the project CMake

Francesco Petrogalli added 2 commits January 5, 2021 12:56
There is no need to print TAB at the beginning and at the end of each
row in the table.

Cosmetic change: using python list comprehension instead of for loop
to process a single row.
@fpetrogalli
Copy link
Copy Markdown
Contributor Author

In the last commit I fixed the code, so that now it does not produce TAB at the beginning of the row and at the end of it.

@asmorkalov asmorkalov requested a review from alalek January 11, 2021 19:13
@fpetrogalli
Copy link
Copy Markdown
Contributor Author

@alalek - gentle ping.

I am planning to set up pipelines that could use this. It would be good if I could skip the cherry pick step.

Cheers,

Francesco

Copy link
Copy Markdown
Member

@alalek alalek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fpetrogalli Sorry for delay.
Well done! Thank you for contribution 👍

@alalek alalek merged commit 235e648 into opencv:3.4 Jan 14, 2021
@fpetrogalli
Copy link
Copy Markdown
Contributor Author

Thank you!

@fpetrogalli fpetrogalli deleted the tabs-summary-output branch January 14, 2021 14:11
@alalek alalek mentioned this pull request Jan 16, 2021
@alalek alalek mentioned this pull request Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ts][summary.py] Extend script to support TAB separated colums

2 participants