Skip to content

Commit

Permalink
Merge branch 'pr-simplified-Iq-interface' of github.com:SasView/sasmo…
Browse files Browse the repository at this point in the history
…dels into pr-simplified-Iq-interface
  • Loading branch information
Paul Kienzle committed May 11, 2023
2 parents f1761b6 + d05d075 commit 0bc9754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion explore/precision.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ def main():
comparator = FUNCTIONS[k]
comparator.run(xrange=xrange, diff=diff)
if multiple:
raw_input()
input()
if not multiple:
pylab.show()

Expand Down
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 0bc9754

Please sign in to comment.