Skip to content

Commit

Permalink
Updated population size labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
dportik committed Feb 21, 2022
1 parent ec7bc4b commit 8c16a3b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified Three_Population_Pipeline/Models_3D.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion Three_Population_Pipeline/Models_3D.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ def split_nomig_size(params, ns, pts):
xx = Numerics.default_grid(pts)
phi = PhiManip.phi_1D(xx)
phi = PhiManip.phi_1D_to_2D(xx, phi)
phi = Integration.two_pops(phi, xx, T1, nu1a, nu2a, m12=0, m21=0)
phi = Integration.two_pops(phi, xx, T1, nu1a, nuA, m12=0, m21=0)
phi = PhiManip.phi_2D_to_3D_split_2(xx, phi)
phi = Integration.three_pops(phi, xx, T2, nu1a, nu2a, nu3a, m12=0, m21=0, m23=0, m32=0, m13=0, m31=0)
phi = Integration.three_pops(phi, xx, T3, nu1b, nu2b, nu3b, m12=0, m21=0, m23=0, m32=0, m13=0, m31=0)
Expand Down
Binary file modified Two_Population_Pipeline/Models_2D.pdf
Binary file not shown.

0 comments on commit 8c16a3b

Please sign in to comment.