Skip to content

Commit

Permalink
Fixed model parameter assignment typo in gCNV ploidy model (#6285)
Browse files Browse the repository at this point in the history
  • Loading branch information
asmirnov239 authored and samuelklee committed Nov 26, 2019
1 parent 47045a3 commit 8a365d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def __init__(self,

# sample-specific contig unexplained variance
psi_s = Exponential(name='psi_s',
lam=1.0 / ploidy_config.psi_j_scale,
lam=1.0 / ploidy_config.psi_s_scale,
shape=(ploidy_workspace.num_samples,))
register_as_sample_specific(psi_s, sample_axis=0)

Expand Down

0 comments on commit 8a365d1

Please sign in to comment.