From 13668f4a3120f664d69878ffd8a44d2331e43bd1 Mon Sep 17 00:00:00 2001 From: Zachary Clement Date: Mon, 12 Feb 2024 18:27:53 -0500 Subject: [PATCH] PEP8 fixes --- forest/jasmine/data2mobmat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forest/jasmine/data2mobmat.py b/forest/jasmine/data2mobmat.py index 97a8ec22..9b3f5c30 100644 --- a/forest/jasmine/data2mobmat.py +++ b/forest/jasmine/data2mobmat.py @@ -624,10 +624,10 @@ def force_valid_longitude(longitude: float) -> float: In some cases, the imputation code seems to yield out-of-range GPS coordinates. This function wrps longitude coordinates to be back - in the correct range so an error isn't thrown. + in the correct range so an error isn't thrown. For example, 190 would get transformed into -170. - + Args: longitude: float. The longitude to be coerced """