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

Enabled "Type hints (PEP 484) support for the Sphinx autodoc extension and refactor docstrings and enforce using flake8-docstrings #69

Merged
merged 4 commits into from Jun 11, 2020

Conversation

senwu
Copy link
Owner

@senwu senwu commented Jun 11, 2020

No description provided.

@codecov
Copy link

codecov bot commented Jun 11, 2020

Codecov Report

Merging #69 into master will decrease coverage by 0.22%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
- Coverage   89.27%   89.05%   -0.23%     
==========================================
  Files          38       38              
  Lines        1632     1635       +3     
  Branches      326      327       +1     
==========================================
- Hits         1457     1456       -1     
- Misses         91       93       +2     
- Partials       84       86       +2     
Flag Coverage Δ
#unittests 89.05% <100.00%> (-0.23%) ⬇️
Impacted Files Coverage Δ
src/emmental/__init__.py 100.00% <ø> (ø)
src/emmental/_version.py 100.00% <ø> (ø)
src/emmental/data.py 84.04% <ø> (ø)
src/emmental/learner.py 80.86% <ø> (ø)
src/emmental/logging/__init__.py 100.00% <ø> (ø)
src/emmental/logging/checkpointer.py 88.23% <ø> (ø)
src/emmental/logging/log_writer.py 100.00% <ø> (ø)
src/emmental/logging/logging_manager.py 100.00% <ø> (ø)
src/emmental/logging/tensorboard_writer.py 100.00% <ø> (ø)
src/emmental/meta.py 86.48% <ø> (ø)
... and 28 more

@senwu senwu changed the title Enabled "Type hints (PEP 484) support for the Sphinx autodoc extension Enabled "Type hints (PEP 484) support for the Sphinx autodoc extension and refactor docstrings and enforce using flake8-docstrings Jun 11, 2020
@senwu senwu merged commit 4c9af1b into master Jun 11, 2020
@senwu senwu deleted the fix_metrics branch June 11, 2020 10:24
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.

None yet

1 participant