Skip to content

Commit

Permalink
Fixing more benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
timryanb committed Oct 25, 2023
1 parent 8bfd7fe commit 8a262b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions examples/mach_tutorial_wing/benchmark/benchmark_mach_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@

# Reference values for eval functions
FUNC_REF = {
"StructAnalysis_compliance": 155457.77449517886,
"StructAnalysis_l_skin_ksFailure": 0.6688990169113461,
"StructAnalysis_compliance": 155444.88138037617,
"StructAnalysis_l_skin_ksFailure": 0.6688691183266002,
"StructAnalysis_l_skin_mass": 1056.704174594214,
"StructAnalysis_mass": 3196.8719514874,
"StructAnalysis_rib_ksFailure": 0.25352002232016596,
"StructAnalysis_rib_ksFailure": 0.25350286472639316,
"StructAnalysis_rib_mass": 686.2303380471093,
"StructAnalysis_spar_ksFailure": 0.6336362974489301,
"StructAnalysis_spar_mass": 400.0665693788245,
"StructAnalysis_u_skin_ksFailure": 0.46504728373719834,
"StructAnalysis_spar_ksFailure": 0.6336086764475523,
"StructAnalysis_spar_mass": 400.06656937882445,
"StructAnalysis_u_skin_ksFailure": 0.46502733574612126,
"StructAnalysis_u_skin_mass": 1053.8708694672512,
"AdjCon_L_SKIN_panelThicknessAdj": np.zeros(21),
"AdjCon_L_SKIN_stiffenerHeightAdj": np.zeros(21),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
sys.path.append(example_path)

# Reference values for eval functions
FUNC_REFS = {
FUNC_REF = {
"RadialForces_Compliance": 121.37975434928234,
"RadialForces_KSFailure": 312113.1779703558,
"RadialForces_MaxYDisp": 0.2301210668705867,
Expand Down

0 comments on commit 8a262b9

Please sign in to comment.