From 4abbc22d2aaf320e54280000fb70ad2a89b2e912 Mon Sep 17 00:00:00 2001 From: pierremillard Date: Wed, 25 Oct 2023 10:55:33 +0200 Subject: [PATCH] update doc --- docs/models.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/models.rst b/docs/models.rst index 2b850f9..fe4ae0d 100644 --- a/docs/models.rst +++ b/docs/models.rst @@ -531,6 +531,9 @@ programmatic way: :: This will return the calculated flux values and associated statistics. +.. note:: The test data and calculation parameters (e.g. standard deviations) defined in the test function must correspond to those expected for the new model. + + To test the integration of the model into the GUI, copy the :file:`.py` file in the folder :file:`models` of PhysioFit directory. You can get the path towards this folder by opening a python kernel in your dedicated environment and initializing an IoHandler ::