Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
refactor(trimOrPad_ND): introduce type hint for real_imag_type
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernLudwigPTB committed Mar 14, 2023
1 parent 14c2e4e commit c241390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PyDynamic/misc/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def trimOrPad_ND(
array: Union[List, np.ndarray],
length: Union[int, tuple],
mode: str = "constant",
real_imag_type=False,
real_imag_type: bool = False,
):
"""Trim or pad (with zeros) a vector/array to the desired length(s)
Expand Down

0 comments on commit c241390

Please sign in to comment.