test: typo fixed

This commit is contained in:
Nicolas 2025-12-24 14:09:44 +01:00
parent f43e025f2e
commit a16e261697
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import pytest
def test_autograd(): 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 # https://github.com/karpathy/micrograd/blob/master/test/test_engine.py
a = value(-4.0) a = value(-4.0)
b = value(2.0) b = value(2.0)