From da5a8a9283de92ec56648811536df11aaae7a825 Mon Sep 17 00:00:00 2001 From: Alex Mazur Date: Wed, 22 Jan 2025 12:33:26 +0000 Subject: [PATCH] adjust phenotype to reflect only used tokens --- src/darwin/nonmem/NMEngineAdapter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/darwin/nonmem/NMEngineAdapter.py b/src/darwin/nonmem/NMEngineAdapter.py index a2758bc..0539119 100644 --- a/src/darwin/nonmem/NMEngineAdapter.py +++ b/src/darwin/nonmem/NMEngineAdapter.py @@ -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")