Skip to content

Commit

Permalink
Fixed bugs in Golinski script
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrey-hokanson committed Jan 31, 2019
1 parent 646f6d1 commit 4700afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psdr/demos/golinski.py
Expand Up @@ -336,7 +336,7 @@ def build_golinski_random_domain(clip = None):
gg = GolinskiGearbox()

params, results = di.read_parameters_file()
x = np.array([param['x%d' % i ] for i in range(6)])
x = np.array([params['x%d' % (i+1) ] for i in range(6)])
y = gg(x)
results['f'].function = y[0]
for i in range(1,12):
Expand Down

0 comments on commit 4700afd

Please sign in to comment.