Skip to content

Commit

Permalink
Comment ge in multitable.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaminieri committed Oct 24, 2022
1 parent 154bc70 commit d5f3849
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = "structured-profiling"
version = "0.3.1"
version = "0.3.2"
description = "A Python library to check for data quality and automatically generate data tests. "
authors = ["Clearbox AI <info@clearbox.ai>"]
license = "GPL"
Expand Down
2 changes: 1 addition & 1 deletion structured_data_profiling/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.1"
__version__ = "0.3.2"
2 changes: 1 addition & 1 deletion structured_data_profiling/profiler/multitable.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def profile(self, n_samples=10000):
)

dp.profile()
dp.generate_expectations(suite_name=str(i))
# dp.generate_expectations(suite_name=str(i))

dp.data_sample = []
dp.reduced_data_sample = []
Expand Down

0 comments on commit d5f3849

Please sign in to comment.