Skip to content

Resolved missing imports#346

Merged
dvdjlaw merged 5 commits intomasterfrom
resolve-missing-imports
Oct 14, 2020
Merged

Resolved missing imports#346
dvdjlaw merged 5 commits intomasterfrom
resolve-missing-imports

Conversation

@dvdjlaw
Copy link
Copy Markdown
Member

@dvdjlaw dvdjlaw commented Oct 13, 2020

Fixes #345, Fixes #344

@dvdjlaw dvdjlaw added the bug Something isn't working label Oct 13, 2020
@dvdjlaw dvdjlaw requested a review from truongc2 October 13, 2020 00:41
@dvdjlaw dvdjlaw force-pushed the resolve-missing-imports branch from 44c90d2 to e1bf606 Compare October 14, 2020 03:05
@codecov
Copy link
Copy Markdown

codecov bot commented Oct 14, 2020

Codecov Report

Merging #346 into master will increase coverage by 0.11%.
The diff coverage is 82.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #346      +/-   ##
==========================================
+ Coverage   89.48%   89.60%   +0.11%     
==========================================
  Files          41       41              
  Lines        1797     1827      +30     
==========================================
+ Hits         1608     1637      +29     
- Misses        189      190       +1     
Impacted Files Coverage Δ
data_describe/compat/_notebook.py 77.77% <69.23%> (+22.22%) ⬆️
data_describe/backends/_backends.py 83.16% <71.42%> (-2.23%) ⬇️
data_describe/_widget.py 94.73% <80.00%> (+19.73%) ⬆️
data_describe/compat/__init__.py 100.00% <100.00%> (ø)
data_describe/compat/_dependency.py 85.71% <100.00%> (+0.57%) ⬆️
data_describe/core/clustering.py 94.01% <100.00%> (+0.03%) ⬆️
data_describe/core/correlation.py 92.25% <100.00%> (ø)
data_describe/core/heatmap.py 89.39% <100.00%> (ø)
data_describe/core/time.py 90.90% <100.00%> (+0.12%) ⬆️
data_describe/text/topic_modeling.py 87.86% <100.00%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b3b3654...2c4bd18. Read the comment docs.

@dvdjlaw dvdjlaw merged commit c86fbdd into master Oct 14, 2020
@dvdjlaw dvdjlaw deleted the resolve-missing-imports branch October 14, 2020 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

importlib-metadata module not found after install missing ipython dependency

2 participants