Skip to content

Commit

Permalink
Revert issue with vs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgleith committed Aug 20, 2024
1 parent ae3d3b6 commit fc96549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hypercoast/emit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fc96549

Please # to comment.