You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please indicate the following details about the environment in which you found the bug:
SDGym version: master
Python version: Any
Operating System: Any
Error Description
If you pass an empty list or None for synthesizers into the benchmark_single_table function it runs all of the synthesizers. This is undesirable because sometimes you only want to run custom synthesizers. Instead of defaulting to all when synthesizers is None, we should just treat it as None.
Environment Details
Please indicate the following details about the environment in which you found the bug:
Error Description
If you pass an empty list or
None
for synthesizers into thebenchmark_single_table
function it runs all of the synthesizers. This is undesirable because sometimes you only want to run custom synthesizers. Instead of defaulting to all whensynthesizers
is None, we should just treat it as None.Steps to reproduce
The text was updated successfully, but these errors were encountered: