Private
Public Access
1
0

refined hard

This commit is contained in:
Sander Roosendaal
2017-10-10 14:48:07 +02:00
parent 977c8b9a79
commit 7cc59cb71a
2 changed files with 6 additions and 2 deletions

View File

@@ -151,6 +151,7 @@ def isbreakthrough(delta,cpvalues,p0,p1,p2,p3,ratio):
res = np.sum(cpvalues>pwr)
res2 = np.sum(cpvalues>pwr2)
btdf = pd.DataFrame(
{
'delta':delta[cpvalues>pwr],