Skip to content

Commit

Permalink
removed duplicate word in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianMortag committed Jul 4, 2023
1 parent 4b4c1f3 commit 90f04e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions paref/pareto_reflections/find_edge_points.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from typing import Union

import numpy as np

from paref.pareto_reflections.minimize_weighted_norm_to_utopia import MinimizeWeightedNormToUtopia
Expand All @@ -22,7 +20,7 @@ class FindEdgePoints(MinimizeWeightedNormToUtopia):
What it does
------------
The Pareto points of this map are the ones which minimize the the weighted sum where one component
The Pareto points of this map are the ones which minimize the weighted sum where one component
is given much smaller weight than the others.
Mathematical formula
Expand Down

0 comments on commit 90f04e2

Please sign in to comment.