Skip to content

Commit c27c16b

Browse files
Chris PsenicaChris Psenica
Chris Psenica
authored and
Chris Psenica
committedFeb 20, 2025
Correcting issue in scalar for HFX_custom test function
1 parent ff85968 commit c27c16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/runUnitTests_DAFunction.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"formulation": "daCustom",
7272
"source": "patchToFace",
7373
"patches": ["walls"],
74-
"scale": 0.001,
74+
"scale": 1.0,
7575
},
7676
"PMean": {
7777
"type": "patchMean",

0 commit comments

Comments
 (0)