Skip to content

Commit 87a5587

Browse files
committed
cleanup: Remove unused script stub
Removed __main__ block not used fot script execution.
1 parent bcce276 commit 87a5587

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

maths/monte_carlo.py

-6
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,3 @@ def semicircle_function(x: float) -> float:
171171
error = abs(estimated_value - expected_value)
172172

173173
return estimated_value, expected_value, error
174-
175-
176-
if __name__ == "__main__":
177-
import doctest
178-
179-
doctest.testmod()

0 commit comments

Comments
 (0)