Closed saitcakmak closed 1 month ago
@saitcakmak has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.98%. Comparing base (
5053433
) to head (75985a1
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This pull request was exported from Phabricator. Differential Revision: D64348157
@saitcakmak merged this pull request in pytorch/botorch@806f1832ba426850dd8f144f8212f4ae1dc816b5.
Pyre extensions offers useful functionality like
none_throws
andassert_is_instance
that can be used to refine the type-hints during runtime. This is a light-weight dependency that can help us improve type-checker friendliness of BoTorch over time.