[bugfix] importing of run_autopicking.py was inhibited by badly indented call to raw_input() (fixed)

This commit is contained in:
Sebastian Wehling-Benatelli 2015-06-18 10:55:26 +02:00
parent 04b6c53ec0
commit 57dfb86819

View File

@ -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()