esa / pygmo2

A Python platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.
https://esa.github.io/pygmo2/
Mozilla Public License 2.0
422 stars 57 forks source link

Fix docstrings for decomposition_weights #71

Closed baluyotraf closed 3 years ago

baluyotraf commented 3 years ago

Updated the docstrings for pygmo.decomposition_weights. Fixes #70.

bluescarni commented 3 years ago

@baluyotraf thanks for the PR, looks good to me. The CI failures are unrelated to your modifications, so I'll just ping @darioizzo for a second look but for me it's ready for merge.

baluyotraf commented 3 years ago

Sorry for my late response. Sure let me know if there's something I need to fix.

bluescarni commented 3 years ago

@darioizzo apart from the CI failures, is this good to go?