Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
efekhari27 committed May 15, 2020
1 parent da9c017 commit 6862254
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions otbenchmark/RequestedBBRCProblem.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def g_fun(x):
inputDistribution = my_dist.build_composed_dist()
inputRandomVector = ot.RandomVector(inputDistribution)
input_dim = inputDistribution.getDimension()
# TO DO ##################
# BBRCResults
bbrc_result_table = pd.read_csv("./distributions/beta_results.csv")
my_result = bbrc_result_table[
Expand All @@ -55,7 +54,6 @@ def g_fun(x):
]
name = "RP" + str(my_result["reliability_problem_id"].values[0])
beta = my_result["beta"].values[0]
##########################
limitStateFunction = ot.PythonFunction(input_dim, 1, g_fun)
outputRandomVector = ot.CompositeRandomVector(
limitStateFunction, inputRandomVector
Expand Down

0 comments on commit 6862254

Please sign in to comment.