Skip to content

Commit 0c155c3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c03f00c commit 0c155c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_learning/ridge_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ def main():
120120
print(f"θ{i}: {value:.5f}")
121121

122122

123-
124123
if __name__ == "__main__":
125124
import doctest
125+
126126
doctest.testmod()
127127
main()

0 commit comments

Comments
 (0)