- Jan 06, 2022
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Jan 04, 2022
-
-
Wuttke, Joachim authored
Doc: description of decay and distribution functions shorter and more precise See merge request !592
-
Wuttke, Joachim authored
Convert from dynamic (nodeMeta) to hard-coded (parDefs) parameter info See merge request !591
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
def user_edit_pair(fname_stem, th, tc): for i in range(10): ex = r'(\w+?)::\1(\([^\(\)]*?\)\s*?:\s*?)(I\w+)\(\s*?{"[^"]*?",\s*?("[^"]*?"),\s*?(({{.*?}}|{}))},\s*?(P|{})\)' m = re.search(ex, tc, flags=re.S) if m: cname = m.group(1) tooltip = m.group(4) arr = m.group(5) print(f"In source pair {fname_stem} amend class {cname}") tc = re.sub(ex, r'\1::\1\2\3(\7)', tc, count=1, flags=re.S) th = re.sub(r'(class ' + cname + r'.*?std::string className.*?"; }\n)', r'\1' +r' // const auto tooltip = ' + tooltip + r';\n' +r' std::vector<ParaMeta> parDefs() const final { return' +r' ' + arr + '; }\n', th, flags=re.S) th = re.sub(r'\(const NodeMeta& meta,\s+((const )?std::vector<double>&? PValues)\)', r'(\1)', th, flags=re.S) tc = re.sub(r'\(const NodeMeta& meta,\s+((const )?std::vector<double>&? PValues)\)', r'(\1)', tc, flags=re.S) tc = re.sub(r'\(meta, (PValues)\)', r'(\1)', tc) return th, tc et.ed_argfilepairs(user_edit_pair)
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Jan 03, 2022
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Jan 02, 2022
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Dec 31, 2021
-
-
Wuttke, Joachim authored
prepare further for local parDefs See merge request !590
-