Skip to content

Commit

Permalink
add one more test so that Pfail_nogamma is larger than Pfail_havegamma
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwj679 committed Nov 10, 2023
1 parent 63a8921 commit e24b9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/risk_analysis/test_hydraulic_fracturing_risk.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_hf():
# Pfail_nogamma should be larger than Pfail since it is
# more conservative
assert Pfail_nogamma[-1] > Pfail[-1]
fig = hf.PlotFailureProbability()
fig = hf_nogamma.PlotFailureProbability()
fig.savefig("HF_Probability_nogamma.png")

# case 3: Have tensile strength, given gamma
Expand Down

0 comments on commit e24b9db

Please sign in to comment.