Skip to content

Commit 72fecb2

Browse files
committed
chore: improved titles of tutorials
1 parent 3367eab commit 72fecb2

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

tutorials/Programmatically executing COMBINE-OMEX archives.ipynb

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "4d20a3c2",
66
"metadata": {},
77
"source": [
8-
"# Executing COMBINE/OMEX archives"
8+
"# Programmatically executing COMBINE/OMEX archives"
99
]
1010
},
1111
{
@@ -1157,7 +1157,7 @@
11571157
"/usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: StandardOutputNotLoggedWarning: \u001b[33mStandard output and error could not be logged because capturer is not installed. To install capturer, install BioSimulators utils with the `logging` option (`pip install biosimulators-utils[logging]`).\u001b[0m\n",
11581158
" warnings.warn(termcolor.colored(message, Colors.warning.value), category)\n",
11591159
"/usr/local/lib/python3.9/site-packages/biosimulators_utils/warnings.py:31: BioSimulatorsWarning: \u001b[33mModel `Ciliberto2003_Morphogenesis` may be invalid.\n",
1160-
" - The model file `/tmp/tmp015qkisj.xml` may be invalid.\n",
1160+
" - The model file `/tmp/tmplxry5gfe.xml` may be invalid.\n",
11611161
" - The value of the 'sboTerm' attribute on a <species> is expected to be an SBO identifier (http://www.biomodels.net/SBO/). In SBML Level 2 prior to Version 4 it is expected to refer to a participant physical type (i.e., terms derived from SBO:0000236, \"participant physical type\"); in Versions 4 and above it is expected to refer to a material entity (i.e., terms derived from SBO:0000240, \"material entity\").\n",
11621162
" Reference: L2V4 Section 5\n",
11631163
" SBO term 'SBO:0000014' on the <species> is not in the appropriate branch.\n",
@@ -1650,7 +1650,22 @@
16501650
" - As a principle of best modeling practice, the units of a <parameter> should be declared rather than be left undefined. Doing so improves the ability of software to check the consistency of units and helps make it easier to detect potential errors in models.\n",
16511651
" The <parameter> with the id 'Swe1T' does not have a 'units' attribute.\n",
16521652
" \u001b[0m\n",
1653-
" warnings.warn(termcolor.colored(message, Colors.warning.value), category)\n",
1653+
" warnings.warn(termcolor.colored(message, Colors.warning.value), category)\n"
1654+
]
1655+
},
1656+
{
1657+
"name": "stdout",
1658+
"output_type": "stream",
1659+
"text": [
1660+
" \u001b[34msucceeded\u001b[0m\n",
1661+
" Generating 5 outputs ...\n",
1662+
" Generating output 1: `report` ..."
1663+
]
1664+
},
1665+
{
1666+
"name": "stderr",
1667+
"output_type": "stream",
1668+
"text": [
16541669
"/usr/local/lib/python3.9/site-packages/kisao/utils.py:477: AlgorithmSubstitutedWarning: \u001b[33m'LSODA/LSODAR hybrid method' (KISAO_0000560) will be substituted for 'CVODE'' (KISAO_0000019) at substitution policy 'SIMILAR_VARIABLES'.\u001b[0m\n",
16551670
" warnings.warn(termcolor.colored(msg, 'yellow'), AlgorithmSubstitutedWarning)\n"
16561671
]
@@ -1660,8 +1675,6 @@
16601675
"output_type": "stream",
16611676
"text": [
16621677
" \u001b[34msucceeded\u001b[0m\n",
1663-
" Generating 5 outputs ...\n",
1664-
" Generating output 1: `report` ... \u001b[34msucceeded\u001b[0m\n",
16651678
" Generating output 2: `Figure_3a` ... \u001b[34msucceeded\u001b[0m\n",
16661679
" Generating output 3: `Figure_3b` ... \u001b[34msucceeded\u001b[0m\n",
16671680
" Generating output 4: `Figure_3c` ... \u001b[34msucceeded\u001b[0m\n",
@@ -1733,7 +1746,7 @@
17331746
{
17341747
"data": {
17351748
"text/plain": [
1736-
"[<matplotlib.lines.Line2D at 0x7f3a2921da30>]"
1749+
"[<matplotlib.lines.Line2D at 0x7fa6a5a104c0>]"
17371750
]
17381751
},
17391752
"execution_count": 7,

tutorials/Programmatically getting information about simulation tools from BioSimulators.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "0a9798c3-8eb6-4a59-8c43-5b187caa1c48",
66
"metadata": {},
77
"source": [
8-
"# Retrieving information about simulation tools registered with BioSimulators"
8+
"# Programmatically retrieving information about simulation tools registered with BioSimulators"
99
]
1010
},
1111
{

0 commit comments

Comments
 (0)