Skip to content

Commit

Permalink
(PR #66) Hotfixes
Browse files Browse the repository at this point in the history
* Seal importer-generated calculations/workflows
* Update timeline in main footer
  • Loading branch information
edan-bainglass authored Jan 30, 2024
1 parent 04862cb commit 3e59082
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aurora.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
" return false;\n",
"}\n",
"\n",
"document.title='Aurora app'"
"document.title='Aurora app'\n"
]
},
{
Expand Down Expand Up @@ -65,7 +65,7 @@
"metadata": {},
"outputs": [],
"source": [
"%matplotlib widget"
"%matplotlib widget\n"
]
},
{
Expand All @@ -78,15 +78,15 @@
"\n",
"from aurora.main import MainPanel\n",
"\n",
"display(MainPanel())"
"display(MainPanel())\n"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"***AURORA* Autonomous Robotic Battery Innovation Platform** BIG-MAP Stakeholder Initiative 2021\n",
"***AURORA* Autonomous Robotic Battery Innovation Platform** BIG-MAP Stakeholder Initiative 2021-2023\n",
"\n",
"<table style=\"width: 40%; border-collapse: collapse; border-style: hidden; float: left;\">\n",
"<tbody>\n",
Expand Down
3 changes: 3 additions & 0 deletions utils/results_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,9 @@ def load_ec_lab_experiment_into_aiida(
protocol_name,
)

cycling_node.seal()
workchain_node.seal()


def natural_sort(filenames: list[str]) -> list[str]:
"""Return filenames sorted in natural order.
Expand Down

0 comments on commit 3e59082

Please sign in to comment.