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

Triple intersection #22

Merged
merged 1 commit into from
Nov 6, 2018
Merged

Triple intersection #22

merged 1 commit into from
Nov 6, 2018

Conversation

dslosky-usgs
Copy link
Collaborator

closes #21
closes #18

Fix doc errors and add support for the triple intersection case (demand intersects capacity in three places)

@codecov-io
Copy link

codecov-io commented Nov 6, 2018

Codecov Report

Merging #22 into master will decrease coverage by 0.13%.
The diff coverage is 92.7%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #22      +/-   ##
=========================================
- Coverage   93.34%   93.2%   -0.14%     
=========================================
  Files          17      17              
  Lines         601     692      +91     
=========================================
+ Hits          561     645      +84     
- Misses         40      47       +7
Impacted Files Coverage Δ
shakecastaebm/core.py 100% <ø> (ø) ⬆️
shakecastaebm/capacity.py 82.89% <ø> (ø) ⬆️
shakecastaebm/tests/performance_point.py 97.87% <100%> (+2.03%) ⬆️
shakecastaebm/spectrum.py 88.7% <88.88%> (+0.03%) ⬆️
shakecastaebm/performance_point.py 93% <90%> (-4.57%) ⬇️

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 257fa6d...d66fd11. Read the comment docs.

@dslosky-usgs dslosky-usgs merged commit 3d6f72d into usgs:master Nov 6, 2018
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.

Handle triple intersection case Docs update for get_capacity
2 participants