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

PyQt6 compatibility #169

Merged
merged 5 commits into from
Mar 3, 2023
Merged

PyQt6 compatibility #169

merged 5 commits into from
Mar 3, 2023

Conversation

markotoplak
Copy link
Member

No description provided.

orangecontrib/geo/widgets/owchoropleth.py:597: FutureWarning: Unlike other reduction functions (e.g. `skew`, `kurtosis`), the default behavior of `mode` typically preserves the axis it acts along. In SciPy 1.11.0, this behavior will change: the default value of `keepdims` will become False, the `axis` over which the statistic is taken will be eliminated, and the value None will no longer be accepted. Set `keepdims` to True or False to avoid this warning.
  'Mode': AggDesc(lambda x: stats.mode(x, nan_policy='omit').mode[0],
@codecov
Copy link

codecov bot commented Feb 28, 2023

Codecov Report

Merging #169 (4c5e19b) into master (4e72ff9) will decrease coverage by 0.11%.
The diff coverage is 64.70%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #169      +/-   ##
==========================================
- Coverage   84.53%   84.43%   -0.11%     
==========================================
  Files          10       10              
  Lines        1908     1914       +6     
  Branches      278      280       +2     
==========================================
+ Hits         1613     1616       +3     
- Misses        228      230       +2     
- Partials       67       68       +1     

@markotoplak
Copy link
Member Author

I did not test anything manually. :)

Ok, I added widgets onto the canvas, but that was mostly.

@janezd janezd self-assigned this Mar 3, 2023
@janezd janezd merged commit a65b9b8 into biolab:master Mar 3, 2023
@biolab biolab deleted a comment from sentry-io bot Nov 14, 2023
@janezd janezd mentioned this pull request Jan 7, 2024
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

Successfully merging this pull request may close these issues.

2 participants