ess-dmsc-dram / live-data-prototype

GNU General Public License v3.0
3 stars 1 forks source link

Leaks from Mantid AnalysisDataService #28

Open SimonHeybrock opened 8 years ago

SimonHeybrock commented 8 years ago

The Checkpoint + Transition structure in the backend is currently not ensuring that the Mantid ADS does not leak or potentially overwrite workspaces.

Ideally this would not be fixed in the prototype but in Mantid. We are considering to create an alternative to mantid.simpleapi that does not break Python.

SimonHeybrock commented 8 years ago

See https://github.com/mantidproject/mantid/pull/14686.