Skip to content

Commit 92c1056

Browse files
authored
Merge pull request #338 from NeuroML/experimental
Initial version of pynml-xpp, for parsing XPP files and converting to LEMS
2 parents efda4bd + f0b2f4e commit 92c1056

File tree

4 files changed

+635
-1
lines changed

4 files changed

+635
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,4 @@ arm64
170170

171171
.vscode
172172
/tests/pyneuroml_20*
173+
/pyneuroml/xppaut/report.txt

pyneuroml/runners.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ def run_lems_with_jneuroml(
107107
return False
108108

109109
if load_saved_data:
110+
if verbose: logger.info(
111+
"Reloading data generated by: {}, plotting: {}".format(lems_file_name, plot)
112+
)
110113
return reload_saved_data(
111114
lems_file_name,
112115
base_dir=exec_in_dir,

0 commit comments

Comments
 (0)