Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
fix: exec comment cell
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Mar 4, 2024
1 parent a0054d5 commit aca3cdb
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions notebooks/copasi_process_composer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -658,16 +658,30 @@
"cell_type": "code",
"outputs": [],
"source": [
"b[biomodel_process_config.process_name].add_process(\n",
" name='CopasiProcess',\n",
" model=biomodel_process_config.model,\n",
" method=biomodel_process_config.method\n",
")"
"# b[biomodel_process_config.process_name].add_process(\n",
"# name='CopasiProcess',\n",
"# model=biomodel_process_config.model,\n",
"# method=biomodel_process_config.method\n",
"# )"
],
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2024-03-04T16:47:41.077497Z",
"start_time": "2024-03-04T16:47:41.072238Z"
}
},
"id": "4c3f073b10e2dcc0",
"execution_count": 19
},
{
"cell_type": "code",
"outputs": [],
"source": [],
"metadata": {
"collapsed": false
},
"id": "4c3f073b10e2dcc0"
"id": "c5e03e6714faf9f4"
}
],
"metadata": {
Expand Down

0 comments on commit aca3cdb

Please sign in to comment.