Skip to content

Commit

Permalink
Attempt to fix "unsupported operand type(s) for | error"
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Dec 20, 2024
1 parent bad5abe commit ba843ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyTMD/math.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
Updated 12/2024: added function to calculate an aliasing frequency
Written 11/2024
"""
from __future__ import annotations

import numpy as np
from scipy.special import factorial

Expand Down

0 comments on commit ba843ab

Please sign in to comment.