Skip to content

Commit

Permalink
removing variable types and values
Browse files Browse the repository at this point in the history
  • Loading branch information
tfm000 committed Nov 3, 2023
1 parent ee50708 commit faa915e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
5 changes: 0 additions & 5 deletions sklarpy/_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,3 @@
from sklarpy._utils._not_implemented import NotImplementedBase
from sklarpy._utils._params import Params
from sklarpy._utils._serialize import Savable

from sklarpy._utils._values import prob_bounds, near_zero
from sklarpy._utils._variable_types import numeric, num_or_array, \
data_iterable, str_or_iterable, all_user_input_types, dataframe_or_array,\
none_or_array
7 changes: 0 additions & 7 deletions sklarpy/_utils/_values.py

This file was deleted.

15 changes: 0 additions & 15 deletions sklarpy/_utils/_variable_types.py

This file was deleted.

0 comments on commit faa915e

Please sign in to comment.