From f5cc65489939fc9b81badd814429053182ff9c63 Mon Sep 17 00:00:00 2001 From: Weina Ji Date: Tue, 19 Sep 2023 17:36:19 +0200 Subject: [PATCH] generate docstrings --- python/generated/docstrings.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python/generated/docstrings.h b/python/generated/docstrings.h index 310d08b3..8d21af42 100644 --- a/python/generated/docstrings.h +++ b/python/generated/docstrings.h @@ -1116,9 +1116,7 @@ static const char *__doc_bbp_sonata_SimulationConfig_getNodeSet = R"doc(Returns the name of node set to be instantiated for the simulation, default = None)doc"; -static const char *__doc_bbp_sonata_SimulationConfig_getNodeSetsFile = -R"doc(Returns the path of node sets file overriding node_sets_file provided -in _network, default is empty in case of no setting in _network)doc"; +static const char *__doc_bbp_sonata_SimulationConfig_getNodeSetsFile = R"doc(Returns the path of node sets file, default is empty)doc"; static const char *__doc_bbp_sonata_SimulationConfig_getOutput = R"doc(Returns the Output section of the simulation configuration.)doc";