Skip to content

Commit 11d3bf2

Browse files
committed
small change to output exodus with SVD
1 parent 72cf2a2 commit 11d3bf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/mr_outputexoduswithSVD_hadoop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def mapper(self, key, value):
8181
time = key[1]
8282
valarray = value[0]
8383
errarray = value[1]
84-
yield fnum, (time, valarrray, errarray)
84+
yield fnum, (time, valarray, errarray)
8585

8686

8787
def reducer(self, key, values):

src/setup_database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
seq2exodus_output?=$(outdir)interpexodus_noSVD/
7373
7474
seq2exodus_SVD_input?=$(predict_SVD_output)part*
75-
seqexodus_SVD_output?=$(outdir)interpexodus_SVD/
75+
seq2exodus_SVD_output?=$(outdir)interpexodus_SVD/
7676
output_name?=
7777
7878
"""

0 commit comments

Comments
 (0)