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

Commit

Permalink
updated model units
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Mar 1, 2024
1 parent 5942a77 commit 97a751d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biosimulator_processes/processes/copasi_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ def __init__(self, config=None, core=None):
self.copasi_model_object = fetch_biomodel(model_id=model_source)
# C. enter with a new model
else:
model_units = self.config['model'].get('model_units', {})
self.copasi_model_object = new_model(
name='CopasiProcess Model',
**self.config['model'].get('model_units', {})
)
**model_units)

self.model_changes: Dict = self.config['model'].get('model_changes', {})

Expand Down

0 comments on commit 97a751d

Please sign in to comment.