mirror of https://github.com/Nonannet/copapy.git
test: typo fixed
This commit is contained in:
parent
f43e025f2e
commit
a16e261697
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue