style: apply consistent whitespace and formatting across codebase

This commit is contained in:
Vijay Janapa Reddi
2025-12-13 14:05:34 -05:00
parent efc577f53f
commit 853eb03ee8
655 changed files with 20814 additions and 20965 deletions

View File

@@ -82,4 +82,3 @@ make e2e-full
5. **Error Handling**
- Graceful failures for invalid commands
- Helpful error messages

View File

@@ -15,4 +15,3 @@ def pytest_configure(config):
config.addinivalue_line("markers", "full_journey: Complete journey tests (~10min)")
config.addinivalue_line("markers", "slow: Slow tests that train models")
config.addinivalue_line("markers", "release: Release validation tests")

View File

@@ -143,7 +143,7 @@ class TestQuickVerification:
capture_output=True,
text=True
).returncode, "", ""
result = subprocess.run(
[sys.executable, "-c", "import tinytorch; print('OK')"],
cwd=PROJECT_ROOT,
@@ -427,4 +427,3 @@ class TestInstallationPaths:
if __name__ == "__main__":
pytest.main([__file__, "-v"])