We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems the SQATrial definition may be broken. It looks like a copy-paste bug from the two lines above.
Ax/ax/storage/sqa_store/sqa_classes.py
Lines 398 to 399 in 1a62e09
Causes this issue when saving to SQL:
(builtins.ValueError) Value 10 is not None, True, or False [SQL: INSERT INTO trial_v2 (abandoned_reason, deployed_name, experiment_id, \"index\", is_batched, num_arms_created, optimize_for_power, ttl_seconds, run_metadata, status, status_quo_name, time_completed, time_created, time_staged, time_run_started, trial_type, generation_step_index, properties) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]\n[parameters: [{'run_metadata': {}, 'is_batched': False, 'ttl_seconds': 10, 'index': 0, 'status': <TrialStatus.CANDIDATE: 0>, 'properties': {}, 'generation_step_ind ... (160 characters truncated) ... ed': None, 'trial_type': None, 'time_completed': None, 'deployed_name': None, 'status_quo_name': None, 'time_staged': None, 'abandoned_reason': None}]]
The text was updated successfully, but these errors were encountered:
Thanks for catching this bug! bf15d40 should resolve this and is on master now. Should get included in the next release (which should be soon).
Sorry, something went wrong.
No branches or pull requests
It seems the SQATrial definition may be broken. It looks like a copy-paste bug from the two lines above.
Ax/ax/storage/sqa_store/sqa_classes.py
Lines 398 to 399 in 1a62e09
Causes this issue when saving to SQL:
The text was updated successfully, but these errors were encountered: