зеркало из https://github.com/microsoft/torchgeo.git
pytest: silence kornia warnings (#1930)
* pytest: silence kornia warnings * remove library name
This commit is contained in:
Родитель
8527141006
Коммит
2749d5b5b1
|
@ -262,7 +262,7 @@ filterwarnings = [
|
|||
# https://github.com/kornia/kornia/pull/1611
|
||||
"ignore:`ColorJitter` is now following Torchvision implementation.:DeprecationWarning:kornia.augmentation._2d.intensity.color_jitter",
|
||||
# https://github.com/kornia/kornia/pull/1663
|
||||
"ignore:`RandomGaussianBlur` has changed its behavior and now randomly sample sigma for both axes.:DeprecationWarning:kornia.augmentation._2d.intensity.gaussian_blur",
|
||||
"ignore:`RandomGaussianBlur` has changed its behavior and now randomly sample sigma for both axes.:DeprecationWarning",
|
||||
# https://github.com/pytorch/pytorch/pull/111576
|
||||
"ignore:Skipping device Apple Paravirtual device that does not support Metal 2.0:UserWarning",
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче