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

Commit

Permalink
added namespace to process biomodel config
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Mar 4, 2024
1 parent 55a2741 commit a0054d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/copasi_process_composer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,8 @@
"source": [
"b[biomodel_process_config.process_name].add_process(\n",
" name='CopasiProcess',\n",
" model=process_config_from_file.model,\n",
" method=process_config_from_file.method\n",
" model=biomodel_process_config.model,\n",
" method=biomodel_process_config.method\n",
")"
],
"metadata": {
Expand Down

0 comments on commit a0054d5

Please sign in to comment.