Skip to content

Commit

Permalink
generate docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
WeinaJi committed Sep 19, 2023
1 parent 8ffb36d commit f5cc654
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/generated/docstrings.h
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit f5cc654

Please sign in to comment.