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

resolving method resolution order (MRO) to fix docs build #1497

Merged
merged 4 commits into from
Feb 10, 2024

Conversation

Borda
Copy link
Contributor

@Borda Borda commented Jan 23, 2024

Description

This PR resolved to build docs and so unblocked the long queue with pending PRs
TypeError: Cannot create a consistent method resolution order (MRO) for bases Callback, PyTorchLightningPruningCallback
see the fixed - 🟢 on forked CI Lightning-Sandbox#1

Checklist

  • Linked issues - actual state of CI
  • Amended changelog for large changes (and added myself there as contributor)
  • Added/modified tests
  • Used pre-commit hooks when committing to ensure that code is compliant with hooks. Install hooks with pre-commit install.
    To run hooks independent of commit, execute pre-commit run --all-files

Make sure to have fun coding!
cc: @jdb78

@Borda
Copy link
Contributor Author

Borda commented Jan 23, 2024

@jdb78 mind approve CI run so we can see the actual CI results also here 🐰

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@codecov-commenter
Copy link

codecov-commenter commented Feb 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8128061) 90.11% compared to head (113d43f) 90.11%.
Report is 80 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1497   +/-   ##
=======================================
  Coverage   90.11%   90.11%           
=======================================
  Files          30       30           
  Lines        4724     4724           
=======================================
  Hits         4257     4257           
  Misses        467      467           
Flag Coverage Δ
cpu 90.11% <100.00%> (ø)
pytest 90.11% <100.00%> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Borda
Copy link
Contributor Author

Borda commented Feb 3, 2024

Yes, Black recently introduced big formating change without version change, sadly =(
@jdb78 shall I apply this change?

@jdb78 jdb78 merged commit b3fcf86 into sktime:master Feb 10, 2024
14 of 15 checks passed
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.

3 participants