passes testing after slimming
This commit is contained in:
@@ -201,7 +201,7 @@ def test_python_scripts():
|
||||
"""Test that Python scripts are syntactically valid."""
|
||||
print("\nTesting Python scripts...")
|
||||
|
||||
scripts_to_test = ["generate_prompts.py", "simple_generate.py"]
|
||||
scripts_to_test = ["generate_prompts.py"]
|
||||
all_valid = True
|
||||
|
||||
for script in scripts_to_test:
|
||||
|
||||
Reference in New Issue
Block a user