Skip to content

Commit

Permalink
0325
Browse files Browse the repository at this point in the history
  • Loading branch information
tian50 committed Mar 25, 2021
1 parent 5d71b7a commit a3d1c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dakota_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def process(fn_json_args):
args = pp[1:]
if fn == 'self':
r = bps[args[1]]
inter[args[1]] = bps[args[1]]
inter[rn] = bps[args[1]]
else:
r = eval(f'dpf.{fn}')(interface_args, params, bps, inter, *args)
# results[rn].function = r
Expand Down

0 comments on commit a3d1c04

Please sign in to comment.