From a870d6e6f5d7e7c3078d7b493664084cc18ec8f0 Mon Sep 17 00:00:00 2001 From: "C.A.P. Linssen" Date: Thu, 14 Sep 2023 12:01:50 -0700 Subject: [PATCH] add admonition to docs --- doc/running.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/running.rst b/doc/running.rst index 39572474e..42486d126 100644 --- a/doc/running.rst +++ b/doc/running.rst @@ -23,6 +23,12 @@ Currently, the following code generators are supported: :height: 40px :target: #python-standalone-target +.. warning:: + + To ensure correct and reproducible results, always inspect the generated code by hand. Run comprehensive numerical testing of the model(s). + + In case of doubt, please create a GitHub Issue (https://github.com/nest/nestml/issues) or write in on the NEST mailing list (`_). + Running NESTML from Python --------------------------