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

Updating setup.cfg and tox.ini to remove specific version dependencie… #29

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

dnsosa
Copy link
Contributor

@dnsosa dnsosa commented Dec 7, 2020

…s (spacy, allennlp) and to remove requirement for any spacy models. Hopefully this resolves travis issues.

dnsosa and others added 6 commits December 7, 2020 16:52
…s (spacy, allennlp) and to remove requirement for any spacy models. Hopefully this resolves travis issues.
Added noqa C408 in a couple places to work around flake8 errors
Added h5py < 3.0.0 dependency as work around fix. Ref: tensorflow/tensorflow#44467
Removed bluebert init files to fix manifest error - these files are not required since we're importing the model directly from huggingface interface currently
@codecov-io
Copy link

codecov-io commented Dec 9, 2020

Codecov Report

Merging #29 (f6a765c) into master (6778315) will decrease coverage by 14.59%.
The diff coverage is 5.38%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #29       +/-   ##
===========================================
- Coverage   44.32%   29.73%   -14.60%     
===========================================
  Files          16       18        +2     
  Lines         740     1120      +380     
  Branches      111      189       +78     
===========================================
+ Hits          328      333        +5     
- Misses        401      772      +371     
- Partials       11       15        +4     
Impacted Files Coverage Δ
src/contradictory_claims/cli.py 0.00% <0.00%> (ø)
src/contradictory_claims/models/analysis_utils.py 21.62% <ø> (ø)
...radictory_claims/models/bluebert_evaluate_model.py 0.00% <0.00%> (ø)
...ontradictory_claims/models/bluebert_train_model.py 0.00% <0.00%> (ø)
src/contradictory_claims/models/evaluate_model.py 8.57% <5.55%> (-0.36%) ⬇️
src/contradictory_claims/models/train_model.py 28.77% <9.37%> (-7.42%) ⬇️
src/contradictory_claims/data/make_dataset.py 23.66% <13.49%> (-35.07%) ⬇️

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 7cf2efb...f6a765c. Read the comment docs.

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