Skip to content

Commit

Permalink
update jobArn field
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMontoya-TRI committed Jan 28, 2021
1 parent c89cf94 commit cef9a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion camd/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def analyze(self, new_experimental_results, seed_data):
)
# Drop excess columns from experiment
new_seed = new_seed.drop([
'path', 'status', 'start_time', 'jobId', 'jobName',
'path', 'status', 'start_time', 'jobId', 'jobName', 'jobArn',
'result', 'error', 'elapsed_time'
], axis="columns", errors="ignore")
return summary, new_seed
Expand Down
1 change: 1 addition & 0 deletions camd/experiment/dft.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def submit(self, data):
"start_time",
"jobId",
"jobName",
"jobArn",
"result",
"error",
"delta_e",
Expand Down

0 comments on commit cef9a03

Please sign in to comment.