Skip to content

Commit f0692a6

Browse files
committed
fix history filename
1 parent ed3264a commit f0692a6

File tree

1 file changed

+1
-1
lines changed
  • incompressible_flow/Inc_Species_Transport/3__gradient-validation

1 file changed

+1
-1
lines changed

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

+1-1
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

0 commit comments

Comments
 (0)