Skip to content

Commit 9bdcc4f

Browse files
Automatically added GitHub issue links to TODOs
1 parent 1d6c76d commit 9bdcc4f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/uq/UQ.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ using LinearAlgebra
4040
lo_f = float(lo)
4141
hi_f = float(hi)
4242
# TODO: handle edge case lo == hi when the nominal value is 0
43+
# Issue URL: https://github.com/Electa-Git/LineCableModels.jl/issues/31
4344
@assert hi_f > lo_f "hi must be greater than lo"
4445
μ = (lo_f + hi_f) / 2
4546
σ = (hi_f - lo_f) / 2

0 commit comments

Comments
 (0)