biolab / orange3-single-cell

🍊🔬 Orange add-on for gene expression of single cell data
https://singlecell.biolab.si/
Other
17 stars 25 forks source link

[FIX] Make widget PyQt6 compatible #393

Closed PrimozGodec closed 1 year ago

PrimozGodec commented 1 year ago
Issue

Some widgets are not compatible with PyQt6

Description of changes

Minor fixes for PyQt compatibility.

Includes

Note: This PR should be merged after #392

markotoplak commented 1 year ago

/rebase

codecov-commenter commented 1 year ago

Codecov Report

Merging #393 (3a46745) into master (1083204) will decrease coverage by 0.02%. The diff coverage is 87.50%.

:exclamation: Current head 3a46745 differs from pull request most recent head ebe7196. Consider uploading reports for the commit ebe7196 to get more accurate results

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/biolab/orange3-single-cell/pull/393/graphs/tree.svg?width=650&height=150&src=pr&token=GFMBD6Z48U&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab)](https://codecov.io/gh/biolab/orange3-single-cell/pull/393?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab) ```diff @@ Coverage Diff @@ ## master #393 +/- ## ========================================== - Coverage 80.56% 80.55% -0.02% ========================================== Files 21 21 Lines 5470 5472 +2 ========================================== + Hits 4407 4408 +1 - Misses 1063 1064 +1 ``` | [Impacted Files](https://codecov.io/gh/biolab/orange3-single-cell/pull/393?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab) | Coverage Δ | | |---|---|---| | [orangecontrib/single\_cell/widgets/owscoregenes.py](https://codecov.io/gh/biolab/orange3-single-cell/pull/393?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab#diff-b3JhbmdlY29udHJpYi9zaW5nbGVfY2VsbC93aWRnZXRzL293c2NvcmVnZW5lcy5weQ==) | `77.20% <66.66%> (-0.18%)` | :arrow_down: | | [orangecontrib/single\_cell/widgets/owfilter.py](https://codecov.io/gh/biolab/orange3-single-cell/pull/393?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab#diff-b3JhbmdlY29udHJpYi9zaW5nbGVfY2VsbC93aWRnZXRzL293ZmlsdGVyLnB5) | `80.72% <100.00%> (+0.02%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/biolab/orange3-single-cell/pull/393?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/biolab/orange3-single-cell/pull/393?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab). Last update [1083204...ebe7196](https://codecov.io/gh/biolab/orange3-single-cell/pull/393?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=biolab).
PrimozGodec commented 1 year ago

@markotoplak or @ales-erjavec, can someone now check and merge this one?