From a16e26169777d96caa127554624d96f491e3a583 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 24 Dec 2025 14:09:44 +0100 Subject: [PATCH] test: typo fixed --- tests/test_autograd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_autograd.py b/tests/test_autograd.py index 841840f..f8b113d 100644 --- a/tests/test_autograd.py +++ b/tests/test_autograd.py @@ -4,7 +4,7 @@ import pytest def test_autograd(): - # Validate against micrograd results from Andrej Karpathy + # Validated against micrograd results from Andrej Karpathy # https://github.com/karpathy/micrograd/blob/master/test/test_engine.py a = value(-4.0) b = value(2.0)