Skip to content

Fix up some cases where open was not done with a context manager, etc. - #644

Merged
mulhod merged 1 commit into
mainfrom
open_context_managers
Nov 16, 2020
Merged

Fix up some cases where open was not done with a context manager, etc.#644
mulhod merged 1 commit into
mainfrom
open_context_managers

Conversation

@mulhod

@mulhod mulhod commented Nov 16, 2020

Copy link
Copy Markdown
Contributor

Closes #641.

@mulhod
mulhod force-pushed the open_context_managers branch from 06c4f55 to 0cc101c Compare November 16, 2020 18:15
@codecov

codecov Bot commented Nov 16, 2020

Copy link
Copy Markdown

Codecov Report

Merging #644 (0cc101c) into main (d4811c1) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #644   +/-   ##
=======================================
  Coverage   95.11%   95.11%           
=======================================
  Files          27       27           
  Lines        3089     3093    +4     
=======================================
+ Hits         2938     2942    +4     
  Misses        151      151           
Impacted Files Coverage Δ
skll/config/utils.py 95.65% <100.00%> (ø)
skll/data/readers.py 90.13% <100.00%> (ø)
skll/experiments/output.py 97.36% <100.00%> (ø)
skll/utils/commandline/generate_predictions.py 98.66% <100.00%> (+0.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 d4811c1...0cc101c. Read the comment docs.

@desilinguist desilinguist left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍!

@ghost ghost left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mulhod
mulhod merged commit 48dc473 into main Nov 16, 2020
@delete-merged-branch
delete-merged-branch Bot deleted the open_context_managers branch November 16, 2020 21:13
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.

Use with context manager when opening files

2 participants