From 74dfba039f52c2f03bd8a6888d0fb2722a717fac Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Wed, 1 Mar 2023 10:07:57 +0000 Subject: [PATCH] Exclude test on pytorch_ddm.py until #399 is fixed See #399 --- .gitignore | 1 + tests/test_examples.py | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 63324185..ce7d8eb1 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/tests/test_examples.py b/tests/test_examples.py index 2da199ee..7718e0f9 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -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 = [