Skip to content

Commit

Permalink
Merge pull request #338 from NeuroML/experimental
Browse files Browse the repository at this point in the history
Initial version of pynml-xpp, for parsing XPP files and converting to LEMS
  • Loading branch information
pgleeson authored Apr 18, 2024
2 parents efda4bd + f0b2f4e commit 92c1056
Show file tree
Hide file tree
Showing 4 changed files with 635 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,4 @@ arm64

.vscode
/tests/pyneuroml_20*
/pyneuroml/xppaut/report.txt
3 changes: 3 additions & 0 deletions pyneuroml/runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ def run_lems_with_jneuroml(
return False

if load_saved_data:
if verbose: logger.info(
"Reloading data generated by: {}, plotting: {}".format(lems_file_name, plot)
)
return reload_saved_data(
lems_file_name,
base_dir=exec_in_dir,
Expand Down
Loading

0 comments on commit 92c1056

Please sign in to comment.