From 70f9cd73c63645b537c45bd60a3c3b68bf6b70e3 Mon Sep 17 00:00:00 2001 From: "Carl A. B. Pearson" Date: Wed, 13 Nov 2024 10:46:53 -0500 Subject: [PATCH] Update flepimop/gempyor_pkg/src/gempyor/NPI/base.py --- flepimop/gempyor_pkg/src/gempyor/NPI/base.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flepimop/gempyor_pkg/src/gempyor/NPI/base.py b/flepimop/gempyor_pkg/src/gempyor/NPI/base.py index b58d6b455..bd95b0719 100644 --- a/flepimop/gempyor_pkg/src/gempyor/NPI/base.py +++ b/flepimop/gempyor_pkg/src/gempyor/NPI/base.py @@ -37,7 +37,8 @@ def execute( ): """ npi_config: config of the Modifier we are building, usually a StackedModifiers that will call other NPI - modinf: the ModelInfo class, to inform ti and tf + modinf_ti: the initial time from a ModelInfo object, + modinf_tf: the final time from a ModelInfo object modifiers_library: a config bit that contains the other modifiers that could be called by this Modifier. Note that the confuse library's config resolution mechanism makes slicing the configuration object expensive; instead give the preloaded settings from .get()