Skip to content

Commit b9a2c5c

Browse files
authored
Update grad_check.py
1 parent a079550 commit b9a2c5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

code/grad_check.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import numpy as np
22

3-
STUDENT = {'name': 'Dorin Keshales',
4-
'ID': '313298424'}
3+
STUDENT = {'name': 'Dorin Keshales'}
54

65

76
def gradient_check(f, x):

0 commit comments

Comments
 (0)