Skip to content

Commit

Permalink
adjust phenotype to reflect only used tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Mazur committed Jan 22, 2025
1 parent c9cd815 commit da5a8a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/darwin/nonmem/NMEngineAdapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ def get_error_messages(run: ModelRun, run_dir: str):

return prd_err, nm_translation_message

@staticmethod
def _make_control_impl(self, control: str, template: Template, model_code: ModelCode, phenotype: OrderedDict):
control = match_vars(control, template.tokens, template.theta_block, phenotype, "THETA")
control = match_vars(control, template.tokens, template.omega_block, phenotype, "ETA")
Expand Down

0 comments on commit da5a8a9

Please sign in to comment.