Skip to content

Commit

Permalink
Get tests to pass locally with Spack installation
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Jul 9, 2022
1 parent 3748f4f commit d137589
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d137589

Please sign in to comment.