Skip to content
This repository was archived by the owner on Jul 25, 2023. It is now read-only.

Commit 68a3b33

Browse files
committed
DOC: added comment block
1 parent bce9503 commit 68a3b33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

day_6/2023/derivatives_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ def analytic(x):
101101

102102
return f, dfdx, d2fdx2
103103

104+
# ----------------------------------------------------------------------
105+
# Main code
106+
# ----------------------------------------------------------------------
104107

105108
if __name__ == "__main__":
106109

0 commit comments

Comments
 (0)