Skip to content

Commit 146d49b

Browse files
authored
Merge pull request #49 from su2code/fix_symmetry
[WIP] Fix symmetry
2 parents 41b8d21 + 12082ce commit 146d49b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

incompressible_flow/Inc_Species_Transport/3__gradient-validation/postprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def printGradVal(FDgrad, DAgrad):
4949
nDV = DAgrad_specVar.size
5050

5151
# Load primal values and create FD gradient
52-
FDvals = pd.read_csv("doe.his")
52+
FDvals = pd.read_csv("doe.csv")
5353

5454
FDstring_specVar = ' specVar'
5555

Binary file not shown.

0 commit comments

Comments
 (0)