-
Notifications
You must be signed in to change notification settings - Fork 19
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
chore: Make the progress bar disappear at the end of their execution #1255
Conversation
…cution-is-done feat: hide progress bar after execution
Removed Docstring. |
@ictorv You do not need to reopen a separate PR at each commit. just need to push into your branch whenever we provide a review. Let me make a pass on the PR. |
Okay 👍 :) |
As well, do not hesitate to write a proper description in the summary. I did edit this one. Sometimes you will have people reviewing that would wish to come back to the original issue and the PR should have enough context ;) |
during execution. The progress bar automatically disappears after completion. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The lint
job is failing because you have trailing space here.
during execution. The progress bar automatically disappears after completion. | |
during execution. The progress bar automatically disappears after completion. | |
Okay |
The following tests are still failing.
It means that you need to go to the associated file and remove the test that is also associated with a progress bar as you did for |
Okay fixing these things, can you please tell me how to test these cases |
It was the remarks of @thomass-dev regarding If you really want to run the tests without triggering the commit, I think that the command would be something like: pre-commit install && pre-commit run -v --all-files --show-diff-on-failure
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kindly go through this changes, fixed all doctests related to disppaearance of progress bar
I quickly pushed a commit to fix the 2 remaining docstrings that were missing. Now I expect the CI. @ictorv Be aware that you can run the tests locally. Basically, from the root directory, the following command should do the job: pytest -v skore |
Coverage Report for backend
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM on my side now.
@ictorv also I would recommend that you setup a GPG to sign your commit: https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits |
Thanks for Fixing :) Yeah I tried it but always gets this error instead what I was expecting related to I want to explore this project but I won't get proper error. |
Yes I am setting it up. Thanking You. |
Uhm, it looks like the package is not installed properly. Our contribution guide is not yet super friendly in this regards: it uses |
Okay, will try testing about this project with specified OS :) |
closes #1251
Make sure that progress bars are transient and disappear after completion.