Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Fix compatibility with lightning master #1470

Merged
merged 3 commits into from
Oct 18, 2022
Merged

Conversation

ethanwharris
Copy link
Collaborator

@ethanwharris ethanwharris commented Oct 18, 2022

What does this PR do?

NOTE: This changes the exceptions we are raising so could technically be considered a breaking change.

Before submitting

  • Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure your PR does only one thing, instead of bundling different changes together?
  • Did you make sure to update the documentation with your changes?
  • Did you write any new necessary tests? [not needed for typos/docs]
  • Did you verify new and existing tests pass locally with your changes?
  • If you made a notable change (that affects users), did you update the CHANGELOG?

PR review

  • Is this pull request ready for review? (if not, please submit in draft mode)

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

Did you have fun?

Make sure you had fun coding 🙃

@ethanwharris ethanwharris added the bug / fix Something isn't working label Oct 18, 2022
@ethanwharris ethanwharris added this to the 0.8.x milestone Oct 18, 2022
@ethanwharris ethanwharris changed the title [WIP] Fix compatibility with lightning master Fix compatibility with lightning master Oct 18, 2022
@codecov
Copy link

codecov bot commented Oct 18, 2022

Codecov Report

Base: 92.34% // Head: 92.35% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (7c9c53a) compared to base (1d3cb6e).
Patch coverage: 24.24% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1470   +/-   ##
=======================================
  Coverage   92.34%   92.35%           
=======================================
  Files         291      291           
  Lines       13176    13152   -24     
=======================================
- Hits        12168    12147   -21     
+ Misses       1008     1005    -3     
Flag Coverage Δ
pytest 13.02% <0.00%> (-0.05%) ⬇️
tpu 13.02% <0.00%> (-0.05%) ⬇️
unittests 92.89% <25.00%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
flash/core/data/data_module.py 95.25% <0.00%> (-0.03%) ⬇️
flash/core/integrations/labelstudio/input.py 88.62% <0.00%> (-0.06%) ⬇️
flash/core/utilities/lightning_cli.py 97.70% <0.00%> (-0.02%) ⬇️
...ash/image/classification/integrations/baal/data.py 85.45% <0.00%> (-0.14%) ⬇️
.../image/classification/integrations/baal/dropout.py 92.00% <0.00%> (-0.31%) ⬇️
...ash/image/classification/integrations/baal/loop.py 93.38% <0.00%> (-0.05%) ⬇️
flash/image/classification/model.py 80.70% <0.00%> (-0.34%) ⬇️
flash/pointcloud/detection/open3d_ml/input.py 88.09% <0.00%> (-0.10%) ⬇️
...tcloud/segmentation/open3d_ml/sequences_dataset.py 84.21% <0.00%> (-0.14%) ⬇️
flash/tabular/input.py 96.87% <0.00%> (-0.05%) ⬇️
... and 16 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ethanwharris ethanwharris merged commit eb0bdfb into master Oct 18, 2022
@ethanwharris ethanwharris deleted the bugfix/lightning_master branch October 18, 2022 19:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug / fix Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant