Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI - analyses - run as temporary output then rename #444

Closed
GoogleCodeExporter opened this issue Mar 27, 2015 · 28 comments
Closed

GUI - analyses - run as temporary output then rename #444

GoogleCodeExporter opened this issue Mar 27, 2015 · 28 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.  Run an analysis which overwrites and existing analysis.
2.  Cancel the analysis.  


Ideally the system will reinstate the original analysis on cancel.  Currently 
it deletes it before starting the new analysis.  

The solution is to add the new analysis using a temporary name, and only delete 
the old analysis on successful completion.

This also has the advantage that any optimisations which use the existing 
analysis can kick in since it still exists.  

The downside is that more memory is needed, but in most cases this is not a 
problem.  The exceptions are cluster analyses which large matrices.

Original issue reported on code.google.com by shawnlaffan on 15 Mar 2014 at 4:25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants