Skip to content

Commit

Permalink
Removed mathematical function proportion which serves no use for ai
Browse files Browse the repository at this point in the history
Signed-off-by: Ayush Joshi <[email protected]>
  • Loading branch information
joshiayush committed Nov 25, 2023
1 parent 29e4704 commit 6fe7d8c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 184 deletions.
1 change: 0 additions & 1 deletion ai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
from urllib.parse import urlparse

from .stats import (cov, corrcoef)
from .mathematical_functions import proportion
from .boolalg import (
Symbol, Not, And, Or, Implication, Biconditional, model_check
)
Expand Down
20 changes: 0 additions & 20 deletions ai/mathematical_functions/__init__.py

This file was deleted.

106 changes: 0 additions & 106 deletions ai/mathematical_functions/arithmetic_operations.py

This file was deleted.

57 changes: 0 additions & 57 deletions tests/test_mathematical_functions/test_arithmetic_operations.py

This file was deleted.

0 comments on commit 6fe7d8c

Please sign in to comment.