Skip to content

Commit

Permalink
filters was missing __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Nov 14, 2018
1 parent a314092 commit 1e471b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions empymod/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
import os
import numpy as np

__all__ = ['DigitalFilter', 'kong_61_2007', 'kong_241_2007', 'key_101_2009',
'key_201_2009', 'key_401_2009', 'anderson_801_1982', 'key_51_2012',
'key_101_2012', 'key_201_2012', 'wer_201_2018',
'key_81_CosSin_2009', 'key_241_CosSin_2009', 'key_601_CosSin_2009',
'key_101_CosSin_2012', 'key_201_CosSin_2012']


# 0. Filter Class and saving/loading routines

Expand Down
2 changes: 1 addition & 1 deletion runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ SD="_soft-dep"
WARN=""

# Get Optional Input
while getopts "hv:cpnd" opt; do
while getopts "hv:cpndw" opt; do

case $opt in
h) echo "$usage"
Expand Down

0 comments on commit 1e471b6

Please sign in to comment.