Opened 7 years ago

Last modified 5 years ago

#1005 new enhancement

move model-specific conversion code into the model files

Reported by: pkienzle Owned by:
Priority: minor Milestone: SasView 4.3.0
Component: SasView Keywords:
Cc: Work Package: SasModels Infrastructure

Description

The current scheme for updating models between releases relies on central conversion table in sasmodels/conversion_table.py as well as model specific code in sasmodels/convert.py.

Going forward, it would be better to encode the conversion in the model file, which would allow models shared on the marketplace to be updated while preserving backward compatibility with previously saved fits.

Changing the model name will require a different mechanism. When loading the saved project, need a way to identify the new model name given the model name in the file. It is even more complicated if models are combined such as rectangular prism and parallelepiped which are the same model just with different parameterization.

Change History (2)

comment:1 Changed 6 years ago by butler

  • Milestone changed from SasView 4.2.0 to SasView 4.3.0

comment:2 Changed 5 years ago by butler

  • Work Package changed from SasModels Redesign to SasModels Infrastructure
Note: See TracTickets for help on using tickets.