Skip to content

Commit

Permalink
Merge pull request #562 from SasView/pr-effective-radius-not-polydisp…
Browse files Browse the repository at this point in the history
…erse

Effective radius does not have polydispersity.
  • Loading branch information
butlerpd authored Apr 5, 2023
2 parents a034e63 + 5f639e8 commit 7ceea84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sasmodels/models/hardsphere.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def random():
# assuming double precision sasview is correct
tests = [
[{'scale': 1.0, 'background' : 0.0, 'radius_effective' : 50.0,
'volfraction' : 0.2, 'radius_effective_pd' : 0},
'volfraction' : 0.2},
[0.001, 0.1], [0.209128, 0.930587]],
]
# ADDED by: RKH ON: 16Mar2016 using equations from FISH as better than
Expand Down

0 comments on commit 7ceea84

Please sign in to comment.