pytorch / botorch

Bayesian optimization in PyTorch
https://botorch.org/
MIT License
3.11k stars 406 forks source link

Silence some warnings in unit tests #2628

Closed saitcakmak closed 1 week ago

saitcakmak commented 1 week ago

Summary: Silences warnings for non-log EI acqfs and deprecated model converter code.This will reduce the noise in test outputs.

Differential Revision: D66004225

facebook-github-bot commented 1 week ago

This pull request was exported from Phabricator. Differential Revision: D66004225

facebook-github-bot commented 1 week ago

This pull request was exported from Phabricator. Differential Revision: D66004225

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.98%. Comparing base (92d73e4) to head (b374ea2). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2628 +/- ## ========================================== - Coverage 99.98% 99.98% -0.01% ========================================== Files 196 196 Lines 17332 17313 -19 ========================================== - Hits 17330 17311 -19 Misses 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

facebook-github-bot commented 1 week ago

This pull request has been merged in pytorch/botorch@9c7521f9b43988661f2ff73afeb864e9e252b00b.