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

Issues with the Workspace/Algorithm history when loading from a nexus processed file #1880

Closed
mantid-builder opened this issue Nov 24, 2009 · 2 comments
Milestone

Comments

@mantid-builder
Copy link
Collaborator

Original Reporter: Russell Taylor

Aziz sent a processed nexus file which has highlighted a few problems.

  • It takes ages to load - and it's getting stuck on the reading in of the history, which contains ~180 algorithms. Profiling and examination of the code shows that the WorkspaceHistory & AlgorithmHistory use vectors for their internal storage, which are then subjected to multiple inserts and push_backs. I'm surprised that this accounts for all the slowness, but it's certainly not right.
  • Trying to create a python script from the history doesn't work - it only gives 2 entries (one being the LoadNexus). This could be because of the mechanism that was used to order the algorithms in the script, which is a counter in Algorithm (which has obviously been reset once you're in a different Mantid session).
@mantid-builder
Copy link
Collaborator Author

This issue was originally trac ticket 1032

@mantid-builder
Copy link
Collaborator Author

http://trac.mantidproject.org/mantid/raw-attachment/ticket/1032/van_s2_new_corr-0.nxs
(uploaded by Russell Taylor on 2009-11-24T11:08:00)


@mantid-builder mantid-builder added this to the Iteration 22 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant