bf. Monday I need to look into the norming of the kde curves... ToDo comment in one section

This commit is contained in:
Till Raab 2023-05-26 15:34:41 +02:00
parent aec5e298bc
commit 7a5c5cfd0e

View File

@ -215,6 +215,7 @@ def main(base_path):
ax.plot(conv_t, boot_kde[i])
ax.plot(conv_t, kde_array, color='k', lw=3)
plt.show()
pass
if __name__ == '__main__':