Skip to content

Commit

Permalink
Exclude test on pytorch_ddm.py until #399 is fixed
Browse files Browse the repository at this point in the history
See #399
  • Loading branch information
Padraig Gleeson authored and Padraig Gleeson committed Mar 1, 2023
1 parent f697a07 commit 74dfba0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -277,3 +277,4 @@ Thumbs.db #thumbnail cache on Windows
/examples/MDF/NLP/TestNLP_3
/examples/MDF/NLP/TestNLP
/examples/MDF/conditions/composite_example
/examples/NeuroML/arm64
6 changes: 5 additions & 1 deletion tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@
example_pnl_scripts = {
Path(f) for f in glob.glob("examples/PsyNeuLink/**/*.py", recursive=True)
}
example_exclusion_strings = [".reconstructed.py", "generate_json_and_scripts.py"]
example_exclusion_strings = [
".reconstructed.py",
"generate_json_and_scripts.py",
"pytorch_ddm.py",
]

# Filter any excluded example scripts
example_scripts = [
Expand Down

0 comments on commit 74dfba0

Please sign in to comment.