-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
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
make constraints optional in get_experiment... functions #1657
Conversation
This pull request was exported from Phabricator. Differential Revision: D46687301 |
Summary: Pull Request resolved: facebook#1657 For get_experiment... core stubs functions that create a trial with Sobol, constraints were resulting in the logs being flooded with "Unable to round" warnings due to rejection sampling. This diff omits these constraints in test_sqa_store tests for which they are immaterial. Differential Revision: D46687301 fbshipit-source-id: d9e4ec112c5624e12e96669744e2210de09bc29a
f9a7e9f
to
5a9e76c
Compare
This pull request was exported from Phabricator. Differential Revision: D46687301 |
Summary: For get_experiment... core stubs functions that create a trial with Sobol, constraints were resulting in the logs being flooded with "Unable to round" warnings due to rejection sampling. This diff omits these constraints in test_sqa_store tests for which they are immaterial. Reviewed By: Balandat Differential Revision: D46687301
5a9e76c
to
9b14f2d
Compare
Summary: For get_experiment... core stubs functions that create a trial with Sobol, constraints were resulting in the logs being flooded with "Unable to round" warnings due to rejection sampling. This diff omits these constraints in test_sqa_store tests for which they are immaterial. Reviewed By: Balandat Differential Revision: D46687301
This pull request was exported from Phabricator. Differential Revision: D46687301 |
Summary: For get_experiment... core stubs functions that create a trial with Sobol, constraints were resulting in the logs being flooded with "Unable to round" warnings due to rejection sampling. This diff omits these constraints in test_sqa_store tests for which they are immaterial. Reviewed By: Balandat Differential Revision: D46687301
Summary: For get_experiment... core stubs functions that create a trial with Sobol, constraints were resulting in the logs being flooded with "Unable to round" warnings due to rejection sampling. This diff omits these constraints in test_sqa_store tests for which they are immaterial. Reviewed By: Balandat Differential Revision: D46687301
9b14f2d
to
f107d33
Compare
This pull request was exported from Phabricator. Differential Revision: D46687301 |
f107d33
to
595669a
Compare
This pull request was exported from Phabricator. Differential Revision: D46687301 |
Summary: For get_experiment... core stubs functions that create a trial with Sobol, constraints were resulting in the logs being flooded with "Unable to round" warnings due to rejection sampling. This diff omits these constraints in test_sqa_store tests for which they are immaterial. Reviewed By: Balandat Differential Revision: D46687301
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1657 +/- ##
=======================================
Coverage 94.51% 94.51%
=======================================
Files 460 460
Lines 44258 44262 +4
=======================================
+ Hits 41832 41836 +4
Misses 2426 2426 ☔ View full report in Codecov by Sentry. |
This pull request has been merged in 1e49f25. |
Summary: For get_experiment... core stubs functions that create a trial with Sobol, constraints were resulting in the logs being flooded with "Unable to round" warnings due to rejection sampling. This diff omits these constraints in test_sqa_store tests for which they are immaterial.
Differential Revision: D46687301