We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f47048 commit 1302f25Copy full SHA for 1302f25
tests/test_loss.py
@@ -1,4 +1,5 @@
1
-# https://stackoverflow.com/a/40622302
+# Note: this tool is borrowed from https://stackoverflow.com/a/40622302
2
+# i didn't write this, it was just helpful and i needed to run it
3
4
import numpy as np
5
@@ -48,4 +49,4 @@ def test_loss():
48
49
print('======================')
50
51
if __name__ == '__main__':
- test_loss()
52
+ test_loss()
0 commit comments