Skip to content

Commit

Permalink
deleted unneeded attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-krill committed Sep 1, 2023
1 parent 1aa56e0 commit d8c3b73
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/UQpy/reliability/taylor_series/InverseFORM.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ def __init__(
"""Normalized gradient vector in :math:`\\textbf{U}` space"""
self.alpha_record: list = []
"""Record of :math:`\\alpha=\\frac{\\nabla G(u)}{||\\nabla G(u)||}`"""
self.beta: float = self.beta
"""Hasofer-Lind reliability index that defines the feasibility criteria as
:math:`||\\textbf{U}|| = \\beta_{HL}`"""
self.beta_record: list = []
"""Record of Hasofer-Lind reliability index that defines the feasibility criteria
:math:`||\\textbf{U}||=\\beta_{HL}`"""
Expand Down

0 comments on commit d8c3b73

Please sign in to comment.