[bugfix] importing of run_autopicking.py was inhibited by badly indented call to raw_input() (fixed)
This commit is contained in:
parent
04b6c53ec0
commit
57dfb86819
@ -555,7 +555,5 @@ def run_autopicking(wfstream, pickparam):
|
||||
plt.ylabel('Normalized Counts')
|
||||
plt.title(trH2_filt.stats.channel)
|
||||
plt.show()
|
||||
|
||||
|
||||
raw_input()
|
||||
plt.close()
|
||||
raw_input()
|
||||
plt.close()
|
||||
|
Loading…
Reference in New Issue
Block a user