Commit fa222dc
Update filtered input data type warning type in BoTorchTestCase
Summary:
Since #2304, these warnings use `InputDataWarning`. The current filter does not filter these out: https://github.com/pytorch/botorch/actions/runs/8904363989/job/24453525662
Also audited the test classes to make sure they call `super().setUp()` if they overwrite `setUp`.
Reviewed By: Balandat
Differential Revision: D56805187
fbshipit-source-id: a0899a7b799f4cbee13f9b5dff7f36b00bf01c191 parent 82fa50d commit fa222dc
File tree
3 files changed
+3
-2
lines changed- botorch/utils
- test/acquisition
- multi_objective
3 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
| 705 | + | |
705 | 706 | | |
706 | 707 | | |
707 | 708 | | |
| |||
718 | 719 | | |
719 | 720 | | |
720 | 721 | | |
721 | | - | |
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments