Skip to content

Commit

Permalink
minor changes in 'ml/handlers', update 'requirements.txt', 'setup.cfg…
Browse files Browse the repository at this point in the history
…', 'VERSION'
  • Loading branch information
Hanna Imshenetska authored and Hanna Imshenetska committed Nov 6, 2024
1 parent aa78a90 commit f98c017
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ seaborn==0.13.*
setuptools==74.1.*
tensorflow==2.15.*
tqdm==4.66.3
Werkzeug==3.0.3
Werkzeug==3.1.2
xlrd
xlwt
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ install_requires =
setuptools==74.1.*
tensorflow==2.15.*
tqdm==4.66.3
Werkzeug==3.0.3
Werkzeug==3.1.2
xlrd
xlwt

Expand Down
2 changes: 1 addition & 1 deletion src/syngen/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.51rc1
0.9.51rc2
10 changes: 5 additions & 5 deletions src/syngen/ml/handlers/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,13 +502,13 @@ def handle(self, **kwargs):
"Technical columns "
f"{tech_columns} were removed "
"from the generated table."
)
)
Report().unregister_reporters(self.table_name)
logger.info(
"Since there were no columns suitable for training, "
"reports will not be generated "
f"for the table '{self.table_name}'."
)
"Since there were no columns suitable for training, "
"reports will not be generated "
f"for the table '{self.table_name}'."
)

is_pk = self._is_pk()

Expand Down

0 comments on commit f98c017

Please sign in to comment.