Skip to content

Commit

Permalink
Fixed dummy_store bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsMoll committed Oct 7, 2024
1 parent a49b2e9 commit 0d41792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aligned/feature_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def dummy_store(self) -> ContractStore:
"""
Creates a new contract store that only generates dummy data
"""
from aligned.data_source.batch_data_source import RandomDataSource
from aligned.sources.random_source import RandomDataSource

sources: dict[str, BatchDataSource] = {}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aligned"
version = "0.0.102"
version = "0.0.103"
description = "A data managment and lineage tool for ML applications."
authors = ["Mats E. Mollestad <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 0d41792

Please sign in to comment.