Skip to content

Commit

Permalink
fixed function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Boxx committed Sep 19, 2023
1 parent 58171bf commit 93ecd21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ stack: python %PYTHON%

install:
- cmd: "%PYTHON%/Scripts/easy_install -U pip"
- cmd: "%PYTHON%/python -m pip install --upgrade pip"
- cmd: "%PYTHON%/Scripts/pip install tox"
- cmd: "%PYTHON%/Scripts/pip install poetry"
- sh: "pip install -U tox"
Expand Down
2 changes: 1 addition & 1 deletion src/intermod_library/intermod_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def _filter_from_list(arr, indexes):
return result


def get_intermod_table(
def intermod_table(
signals,
order,
lower_limit,
Expand Down

0 comments on commit 93ecd21

Please sign in to comment.