[update] working on filter bugs WIP

This commit is contained in:
2017-12-21 13:13:44 +01:00
parent 1296e914c3
commit 8c9fded873
5 changed files with 57 additions and 14 deletions
+1 -1
View File
@@ -1135,7 +1135,7 @@ def identifyPhase(phase):
:rtype: str or bool
"""
# common phase suffix for P and S
common_P = ['P', 'p']
common_P = ['P', 'p', 'R']
common_S = ['S', 's']
if phase[-1] in common_P:
return 'P'