mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-01 05:48:29 -05:00
Removes integration test execution
Stops the automatic execution of the integration test. This change prevents the test from running every time the module is loaded, allowing for more focused and controlled testing.
This commit is contained in:
@@ -1085,7 +1085,6 @@ def test_module_dataloader_tensor_yield():
|
||||
|
||||
print("✅ Integration Test Passed: DataLoader correctly yields batches of Tensors.")
|
||||
|
||||
# Run the integration test
|
||||
test_module_dataloader_tensor_yield()
|
||||
|
||||
# %% [markdown]
|
||||
|
||||
Reference in New Issue
Block a user