You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently (in PR #18) the startup widget buttons to load an existing project or convert a RasCAL-1 project do not work. This functionality should be added.
I would suggest that the RasCAL-1 project is converted to a RasCAL-2 project in the same folder, in order to preserve paths to custom files etc.
Create a routine which takes a RasCAL-1 .mat file, converts it using RATapi.utils.convert.r1_to_project_class(), and loads the resulting project into the model (with default controls?)
Other desirable functionality:
maybe a 'Recent Projects' tab on the 'load existing project' dialog so that it is easy to get back to where you were
The text was updated successfully, but these errors were encountered:
Depends on #3, #21, would be easier after/alongside #22
May not be fully possible until RascalSoftware/python-RAT#76 is resolved.
Currently (in PR #18) the startup widget buttons to load an existing project or convert a RasCAL-1 project do not work. This functionality should be added.
I would suggest that the RasCAL-1 project is converted to a RasCAL-2 project in the same folder, in order to preserve paths to custom files etc.
Acceptance:
RATapi.utils.convert.r1_to_project_class()
, and loads the resulting project into the model (with default controls?)Other desirable functionality:
The text was updated successfully, but these errors were encountered: