Skip to content

Commit

Permalink
added anisotropy option to test
Browse files Browse the repository at this point in the history
  • Loading branch information
sseraj committed Nov 23, 2022
1 parent 8d25ff1 commit a6d250a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
40 changes: 20 additions & 20 deletions tests/reg_tests/ref/test_DVGeometryMulti.ref
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
0.5000000000000001
],
[
0.7558449415434537,
-0.24394738584941952,
0.6
0.7558449428676686,
-0.24394738447815498,
0.5999996601638932
],
[
0.25605261415058045,
-0.255844941543454,
0.5999999999999998
0.256052615521845,
-0.2558449428676688,
0.5999996601638931
],
[
0.244155058456546,
Expand All @@ -53,14 +53,14 @@
0.5000000000000001
],
[
0.5053236379334723,
-0.29993130781401534,
0.5053277931846962,
-0.2999322798665185,
0.49999999999999994
],
[
0.24708325952691404,
0.11365293918431664,
0.5099999814704442
0.24708302434712967,
0.11366224292977958,
0.5099995525452042
],
[
0.4991275125824375,
Expand All @@ -83,14 +83,14 @@
0.5
],
[
0.5034910244798204,
0.250158409569657,
0.40000002247842625
0.5033972433771731,
0.2501558793802895,
0.39999967796693864
],
[
0.7439518647480551,
0.25565690131339736,
0.6000006907728282
0.7439510846445981,
0.2556895615629042,
0.599999995198642
],
[
0.4940512221529827,
Expand All @@ -103,9 +103,9 @@
0.6
],
[
0.5058615792821614,
-0.24989823945022754,
0.5999999972179789
0.5058601713172411,
-0.2498982730316979,
0.5999996580987095
],
[
0.24999999999999997,
Expand Down
1 change: 1 addition & 0 deletions tests/reg_tests/test_DVGeometryMulti.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ def test_boxes(self, train=False):
curveEpsDict=curveEpsDict,
trackSurfaces=trackSurfaces,
excludeSurfaces=excludeSurfaces,
anisotropy=[1.0, 1.0, 0.8],
)

# Add a few design variables
Expand Down

0 comments on commit a6d250a

Please sign in to comment.