Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeknep committed Oct 31, 2022
1 parent 8317836 commit f3752e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gretel_trainer/benchmark/gretel/trainer.py
Expand Up @@ -27,7 +27,7 @@ def _get_trainer_model_type(
elif model_name == "ctgan":
model_class = models.GretelCTGAN
else:
raise Exception(f"Unexpected model name 'f{model_name}' in config")
raise Exception(f"Unexpected model name '{model_name}' in config")

return model_class(config=config_dict)

Expand Down

0 comments on commit f3752e0

Please sign in to comment.