Skip to content

Commit

Permalink
fix test case: effective radius cannot be polydisperse
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Kienzle committed Jan 29, 2024
1 parent 6b80a43 commit 7ac0b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sasmodels/models/Two_Yukawa.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@
# Note that this test reverses the definition of the original code : k1 > 0 means repulsion and k1 < 0 means attraction.
tests = [
[{'scale': 1.0, 'background' : 0.0, 'radius_effective' : 50.0,
'volfraction' : 0.2, 'k1' : -6, 'k2':2.0, 'z1':10, 'z2':2.0,'radius_effective_pd' : 0},
'volfraction' : 0.2, 'k1' : -6, 'k2':2.0, 'z1':10, 'z2':2.0},
[0.0009425, 0.029845], [0.126775, 0.631068]],
]

0 comments on commit 7ac0b35

Please sign in to comment.