mmagic icon indicating copy to clipboard operation
mmagic copied to clipboard

[Community] Support Glide Upsampler

Open Taited opened this issue 3 years ago • 2 comments

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.

Motivation

Please describe the motivation of this PR and the goal you want to achieve through this PR.

Modification

Please briefly describe what modification is made in this PR.

Who can help? @ them here!

BC-breaking (Optional)

Does the modification introduce changes that break the backward-compatibility of the downstream repositories? If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.

Use cases (Optional)

If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.

Checklist

Before PR:

  • [ ] I have read and followed the workflow indicated in the CONTRIBUTING.md to create this PR.
  • [ ] Pre-commit or linting tools indicated in CONTRIBUTING.md are used to fix the potential lint issues.
  • [ ] Bug fixes are covered by unit tests, the case that causes the bug should be added in the unit tests.
  • [ ] New functionalities are covered by complete unit tests. If not, please add more unit test to ensure the correctness.
  • [ ] The documentation has been modified accordingly, including docstring or example tutorials.

After PR:

  • [ ] If the modification has potential influence on downstream or other related projects, this PR should be tested with some of those projects.
  • [ ] CLA has been signed and all committers have signed the CLA in this PR.

Taited avatar Feb 23 '23 15:02 Taited

Thank you for your contribution. I highly recommend you to add this feature to README with the usage code and image results.

plyfager avatar Feb 24 '23 02:02 plyfager

Codecov Report

Patch and project coverage have no change.

Comparison is base (87622b9) 83.00% compared to head (4742e44) 83.01%.

:exclamation: Current head 4742e44 differs from pull request most recent head 535016a. Consider uploading reports for the commit 535016a to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1663   +/-   ##
=======================================
  Coverage   83.00%   83.01%           
=======================================
  Files         411      411           
  Lines       27607    27607           
  Branches     4317     4317           
=======================================
+ Hits        22915    22917    +2     
+ Misses       3756     3755    -1     
+ Partials      936      935    -1     
Flag Coverage Δ
unittests 83.01% <ø> (+<0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Apr 12 '23 13:04 codecov[bot]