Skip to content

Commit

Permalink
refactor(rf_model.py): rename model file
Browse files Browse the repository at this point in the history
  • Loading branch information
Garett601 committed Oct 22, 2024
1 parent 96ccf34 commit 8796f7f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion power_consumption/model/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .main import ConsumptionModel
from .rf_model import ConsumptionModel

__all__ = ["ConsumptionModel"]
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/model/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from sklearn.preprocessing import StandardScaler
from sklearn.pipeline import Pipeline

from power_consumption.model.main import ConsumptionModel
from power_consumption.model import ConsumptionModel

@pytest.fixture
def sample_data():
Expand Down

0 comments on commit 8796f7f

Please sign in to comment.