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
The app supports returning one or several models when the user clicks the quit button within the app. As of now, this is a custom list created within the app. With the advent of the new S3 classes, the app should return relevant objects based on these classes. This might require some rework of the internal logic in the app, as we currently are not using the high level compute_dea() function to create model objects.
The text was updated successfully, but these errors were encountered:
The app supports returning one or several models when the user clicks the quit button within the app. As of now, this is a custom list created within the app. With the advent of the new S3 classes, the app should return relevant objects based on these classes. This might require some rework of the internal logic in the app, as we currently are not using the high level
compute_dea()
function to create model objects.The text was updated successfully, but these errors were encountered: