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