Skip to content

Commit

Permalink
PEP8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
clementzach authored Feb 12, 2024
1 parent d364b3e commit 13668f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forest/jasmine/data2mobmat.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit 13668f4

Please sign in to comment.