Skip to content

Commit c5227b7

Browse files
committed
* r/R/generate: Fix typo.
* python/src/moocore/_moocore.py: Same.
1 parent a2e8d38 commit c5227b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python/src/moocore/_moocore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ def generate_ndset(
10701070
does not result in a uniform sampling when
10711071
projected onto the surface of the hyper-sphere.
10721072
1073-
Method ``"convex-sphere"`` is quivalent to ``1 - generate_ndset(...,
1073+
Method ``"convex-sphere"`` is equivalent to ``1 - generate_ndset(...,
10741074
method="concave-sphere")``, which is convex for minimisation problems. It
10751075
corresponds to translating points from the negative orthant of the
10761076
hyper-sphere to the positive orthant.

r/R/generate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
#' \citep{LacKlaFon2017box} does not result in a uniform sampling when
5959
#' projected onto the surface of the hyper-sphere.
6060
#'
61-
#' Method `"convex-sphere"` is quivalent to `1 - generate_ndset(...,
61+
#' Method `"convex-sphere"` is equivalent to `1 - generate_ndset(...,
6262
#' method="concave-sphere")`, which is convex for minimisation problems. It
6363
#' corresponds to translating points from the negative orthant of the
6464
#' hyper-sphere to the positive orthant.

r/man/generate_ndset.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)