Get tests to pass locally with Spack installation

This commit is contained in:
Adam J. Stewart 2022-07-09 09:32:38 -07:00
Родитель 3748f4f86c
Коммит d137589a96
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: C66C0675661156FC
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -76,6 +76,8 @@ filterwarnings = [
# https://github.com/pytorch/pytorch/issues/60053
# https://github.com/pytorch/pytorch/pull/60059
"ignore:Named tensors and all their associated APIs are an experimental feature and subject to change:UserWarning:torch.nn.functional",
# https://github.com/tensorflow/tensorboard/issues/5798
"ignore:Call to deprecated create function:DeprecationWarning:tensorboard.compat.proto",
# Expected warnings
# pytorch-lightning warns us about using num_workers=0, but it's faster on macOS