From fc96549821d8b43a1da9a8d840dfcb7c0b093449 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 20 Aug 2024 11:45:59 +1000 Subject: [PATCH] Revert issue with vs --- hypercoast/emit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hypercoast/emit.py b/hypercoast/emit.py index 0c1d3820..57cce4c9 100644 --- a/hypercoast/emit.py +++ b/hypercoast/emit.py @@ -127,10 +127,10 @@ def plot_emit( ) if longitude is not None and latitude is not None: - ortho is True + ortho = True if downtrack is not None and crosstrack is not None: - ortho is False + ortho = False if isinstance(ds, str): ds = read_emit(ds, ortho=ortho)