Post-guide exercises
- - Download the raw input and output files for further analysis
+ - Switch back to the Summary panel of the results step
+ - Download the raw data (.zip file) for further analysis
This will download a folder hierarchy with all inputs and outputs of
calculations submitted by the workflow, allowing you to dig deeper into
the data without requiring an AiiDA installation.
- - Download the AiiDA archive to store the full calculation provenance
+ -
+ Download the AiiDA archive including the full calculation provenance
+
The downloaded archive can be imported in any AiIDA/AiiDAlab instance,
reproducing the whole dataset as if it was computed on the platform where
diff --git a/tests/test_infobox.py b/tests/test_infobox.py
index 2d2d725ab..d54f564c5 100644
--- a/tests/test_infobox.py
+++ b/tests/test_infobox.py
@@ -39,5 +39,5 @@ def test_in_app_guide():
assert in_app_guide.layout.display == "none"
guide_manager.active_guide = "general/basic"
- in_app_guide = InAppGuide(identifier="guide-warning")
+ in_app_guide = InAppGuide(identifier="guide-header")
assert "You've activated the basic in-app guide" in in_app_guide.children[0].value