Skip to content

Commit 62bf0e3

Browse files
updated version
1 parent 99026b5 commit 62bf0e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyoptgra/optgra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ def extract_trailing_integer(s):
602602
# pagmo_fitness = [best_f[-1]] + best_f[0 : problem.get_nc()]
603603
population.set_x(idx, best_x) # , list(pagmo_fitness))
604604

605-
# store last result for output
605+
# store last result for get_extra_info() method
606606
self.__last_result = {
607607
"f": population.champion_f,
608608
"x": best_x,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = { text = "GPL-3.0 or ESCL-2.4" }
1010
name = "pyoptgra"
1111
readme = "README.rst"
1212
requires-python = ">=3.9"
13-
version = "1.2.1"
13+
version = "1.2.2"
1414

1515
[build-system]
1616
build-backend = "scikit_build_core.build"

0 commit comments

Comments
 (0)