SasView / sasmodels

Package for calculation of small angle scattering models using OpenCL.
BSD 3-Clause "New" or "Revised" License
15 stars 27 forks source link

Polydispersity limits is incorrectly set in bumps_model.py #606

Open XaelShan opened 1 month ago

XaelShan commented 1 month ago

Right now the limits for _pd is set as pars[p.name].limits which forces the user to set their own limits for _pd. Should be setting the limits as sasview polydispersity defaults.