Skip to content

Commit

Permalink
Remove models #5168
Browse files Browse the repository at this point in the history
  • Loading branch information
greenape committed Jun 10, 2022
1 parent cd93c14 commit a8eb030
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 869 deletions.
3 changes: 1 addition & 2 deletions flowmachine/flowmachine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@
from .core.init import connect, connections
from .features.utilities import GroupValues, feature_collection
from flowmachine.core.logging import init_logging
import flowmachine.models
import flowmachine.features
import flowmachine.utils
import flowmachine.core

methods = ["GroupValues", "feature_collection", "connect", "connections"]
sub_modules = ["core", "features", "utils", "models"]
sub_modules = ["core", "features", "utils"]
__all__ = methods + sub_modules

# Initialise loggers when flowmachine is imported
Expand Down
81 changes: 0 additions & 81 deletions flowmachine/flowmachine/core/model.py

This file was deleted.

217 changes: 0 additions & 217 deletions flowmachine/flowmachine/core/model_result.py

This file was deleted.

13 changes: 0 additions & 13 deletions flowmachine/flowmachine/models/__init__.py

This file was deleted.

Loading

0 comments on commit a8eb030

Please sign in to comment.