Skip to content
Snippets Groups Projects
Unverified Commit d9879d84 authored by Nick Draper's avatar Nick Draper Committed by GitHub
Browse files

Merge pull request #22996 from mantidproject/project_recovery_docs

Update Project Recovery Concept Doc
parents 9bc186eb fe75e4fc
No related branches found
No related tags found
No related merge requests found
...@@ -46,8 +46,9 @@ Caveats ...@@ -46,8 +46,9 @@ Caveats
* Indirect analysis - project recovery does not work when performing fitting routines within the indirect analysis interface. * Indirect analysis - project recovery does not work when performing fitting routines within the indirect analysis interface.
* SANS - project recovery does not currently work with the SANS interface. * SANS - project recovery does not currently work with the SANS interface.
* Multi-line commands * Dictionary properties
* Currently if a workspace history contains any multi-line commands then the recovery script builder will fail. * Affects: SANS interface, SetSample algorithm
* Cause: Currently the history writer does not serialise Python dictionaries correctly.
* If full project recovery does not work: * If full project recovery does not work:
* If the project recovery process has managed to create a script of the ordered workspace histories, this will appear in MantidPlot, it will have a red arrow beside the line where the process failed. In many cases it is possible to edit the script by hand to get it to run. * If the project recovery process has managed to create a script of the ordered workspace histories, this will appear in MantidPlot, it will have a red arrow beside the line where the process failed. In many cases it is possible to edit the script by hand to get it to run.
...@@ -68,4 +69,4 @@ Settings ...@@ -68,4 +69,4 @@ Settings
* **Regularity:** `projectRecovery.secondsBetween = 60` * **Regularity:** `projectRecovery.secondsBetween = 60`
* **Number of backups to keep:** `projectRecovery.numberOfCheckpoints = 5` * **Number of backups to keep:** `projectRecovery.numberOfCheckpoints = 5`
.. categories:: Concepts .. categories:: Concepts
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment