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

First pass at iterable Emissions objects #72

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

altendky
Copy link
Owner

@altendky altendky commented Jul 4, 2020

Fixes #67.

@altendky altendky marked this pull request as draft July 4, 2020 21:57
@codecov
Copy link

codecov bot commented Jul 4, 2020

Codecov Report

Merging #72 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #72   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           20        20           
  Lines          632       634    +2     
  Branches        32        32           
=========================================
+ Hits           632       634    +2     
Impacted Files Coverage Δ
qtrio/_tests/test_core.py 100.00% <ø> (ø)
qtrio/examples/_tests/test_crossingpaths.py 100.00% <ø> (ø)
qtrio/_core.py 100.00% <100.00%> (ø)
qtrio/examples/emissions.py 100.00% <100.00%> (ø)

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 12316e7...5841d3b. 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.

Make Emissions instances directly iterable
1 participant