Skip to content

Commit

Permalink
Tell mypy not to check skip type check
Browse files Browse the repository at this point in the history
  • Loading branch information
subagonsouth committed Sep 4, 2024
1 parent c93d0e5 commit 55320bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imap_processing/spice/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Always return numpy arrays for vectorized calls.
"""

import typing
from enum import IntEnum
from typing import Union

Expand Down Expand Up @@ -55,6 +56,7 @@ class SpiceFrame(IntEnum):
IMAP_GLOWS = -43750


@typing.no_type_check
@ensure_spice
def imap_state(
et: Union[np.ndarray, float],
Expand Down

0 comments on commit 55320bf

Please sign in to comment.