Closed Balandat closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.98%. Comparing base (
68faeff
) to head (71b14e0
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@Balandat has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
This pull request was exported from Phabricator. Differential Revision: D63733395
This pull request was exported from Phabricator. Differential Revision: D63733395
@Balandat merged this pull request in pytorch/botorch@a0a2c0509dbbeec547a65f16cb0cb8d5b19fd7f1.
This codemods all
Optional[X]
type definitions to use the PEP 604 syntaxX | None
instead.