From a0b684c41dafb3651cefbb4cb7423e5d8eb84655 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 18:41:16 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- WrightTools/data/_data.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WrightTools/data/_data.py b/WrightTools/data/_data.py index 01ad81c4..6bc0e22d 100644 --- a/WrightTools/data/_data.py +++ b/WrightTools/data/_data.py @@ -1265,11 +1265,11 @@ def map_variable( ) -> "Data": """ Map points of an axis to new points using linear interpolation. - + Out-of-bounds points are written nan. - Non-mapped variables are kept in the data object only if they are - orthogonal to the mapped variable (see `kit.orthogonal`). + Non-mapped variables are kept in the data object only if they are + orthogonal to the mapped variable (see `kit.orthogonal`). Parameters ----------