Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikgro committed May 26, 2022
1 parent 1e80e8c commit 1b139e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recommerce/configuration/config_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ def validate_config(config: dict, config_is_final: bool) -> tuple:
raise AssertionError('If your config contains one of "environment" or "hyperparameter" it must also contain the other')
else:
# try to split the config. If any keys are unknown, an AssertionError will be thrown
hyperparameter_config, environment_config = split_mixed_config(config)
print('Hier bin ich')
# hyperparameter_config, environment_config = split_mixed_config(config)
# then validate that all given values have the correct types
# check_config_types(hyperparameter_config, environment_config, config_is_final)

Expand Down

0 comments on commit 1b139e0

Please sign in to comment.