mirror of
https://github.com/MAGICGrants/MoneroAna.git
synced 2026-01-08 04:23:54 -05:00
snapshot
This commit is contained in:
@@ -2686,7 +2686,11 @@
|
||||
" observation = pm.Beta(\"decoy\", alpha, beta, observed=block_no)\n",
|
||||
" sdecoy = pm.Beta(\"sdecoy\", 19.38, 1/61)\n",
|
||||
" sdecoy2 = pm.Beta(\"sdecoy2\", 28.05, .249)\n",
|
||||
" #decoy = pm.Beta('decoy', 19.38, 1/61)"
|
||||
" #decoy = pm.Beta('decoy', 19.38, 1/61)\n",
|
||||
" \n",
|
||||
"with model:\n",
|
||||
" step = pm.Metropolis()\n",
|
||||
" trace2 = pm.sample(3000, tune=500, step=step, return_inferencedata=False)"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -97,12 +97,12 @@ class ring:
|
||||
else:
|
||||
#self.txo.sinks.append(j)
|
||||
if j in registry:
|
||||
registry[j].sources.append(i)
|
||||
registry[j].sources.append(self.txo.tx_hash)
|
||||
mixins.append(registry[j])
|
||||
else:
|
||||
registry[j] = tx(j, registry=registry)
|
||||
|
||||
registry[j].sources.append(j)
|
||||
registry[j].sources.append(self.txo.tx_hash)
|
||||
mixins.append(registry[j])
|
||||
|
||||
return mixins
|
||||
|
||||
Reference in New Issue
Block a user