Skip to content

Commit 5af1557

Browse files
authored
Attempt to fix "unsupported operand type(s) for | error" (#373)
1 parent bad5abe commit 5af1557

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyTMD/math.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
Updated 12/2024: added function to calculate an aliasing frequency
1616
Written 11/2024
1717
"""
18+
from __future__ import annotations
19+
1820
import numpy as np
1921
from scipy.special import factorial
2022

0 commit comments

Comments
 (0)