Skip to content

Commit

Permalink
Merge pull request anyoptimization#192 from Alaya-in-Matrix/patch-1
Browse files Browse the repository at this point in the history
'thisproblem' => 'this problem'
  • Loading branch information
blankjul authored Oct 15, 2021
2 parents 8430f21 + e774420 commit 6494bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymoo/vendor/go_benchmark_functions/go_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def change_dimensions(self, ndim):
self._dimensions = ndim
else:
raise ValueError('dimensionality cannot be changed for this'
'problem')
' problem')

@property
def bounds(self):
Expand Down

0 comments on commit 6494bb3

Please sign in to comment.