chore: move legacy output to unused function
This commit is contained in:
parent
0cdc13b869
commit
cf7a4cf7a6
1 changed files with 20 additions and 18 deletions
|
@ -263,6 +263,8 @@ def stats_NFDBP(R, N,t_i):
|
||||||
cx.legend(loc='upper left',title='Legend')
|
cx.legend(loc='upper left',title='Legend')
|
||||||
plt.show()
|
plt.show()
|
||||||
|
|
||||||
|
# unused
|
||||||
|
def basic_demo():
|
||||||
N = 10 ** 1
|
N = 10 ** 1
|
||||||
sim = simulate_NFBP(N)
|
sim = simulate_NFBP(N)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue