Skip to content

Commit

Permalink
Internal refactor
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 565033537
  • Loading branch information
saran-t authored and michaeloneill committed Dec 13, 2023
1 parent cde8d1e commit 07d36d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jaxline/base_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def check_constraints(config):
"config.interval_type='steps'."
)


def validate_config(config):
validate_keys(get_base_config(), config)
check_constraints(config)
Expand Down

0 comments on commit 07d36d1

Please sign in to comment.