Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna Imshenetska authored and Hanna Imshenetska committed Nov 14, 2024
1 parent cbcaaf8 commit 7b1c2c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/syngen/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.52rc5
0.9.52rc6
2 changes: 1 addition & 1 deletion src/syngen/infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def launch_infer(
"size": size,
"run_parallel": run_parallel,
"batch_size": batch_size,
"reports": list(reports),
"reports": reports,
"random_seed": random_seed
}
worker = Worker(
Expand Down
2 changes: 0 additions & 2 deletions src/syngen/ml/strategies/strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ def add_reporters(self, **kwargs):
table_name = self.config.table_name
source = self.config.paths["source_path"]
loader = self.config.loader
print(f"!!!!!!!!!!!!!!!!!!!!!!!!")
print(self.config.reports)
if (
not table_name.endswith("_fk")
and source is not None
Expand Down

0 comments on commit 7b1c2c4

Please sign in to comment.