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

maintain old-form models in the test suite #540

Open pkienzle opened 1 year ago

pkienzle commented 1 year ago

We should be extremely hesitant to break the model interface. Users will have private models in their plugins directory which are outside our ability to update.

We should have a range of user defined models in a sasmodels/test/plugins directory so that we know if we are breaking backward compatibility.

Similarly for polydispersity distributions in sasmodels/test/weights.

Originally posted by @pkienzle in https://github.com/SasView/sasview/discussions/2384#discussioncomment-4110941