Skip to content

Commit

Permalink
450
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 24, 2021
1 parent a0670bb commit c4c4062
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- image: circleci/python:3.7
environment:
- XLA_VER: 1.7
- MAX_CHECKS: 250
- MAX_CHECKS: 450
- CHECK_SPEEP: 10
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_test-tpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
GKE_CLUSTER: lightning-cluster
GKE_ZONE: us-central1-a
IMAGE: gcr.io/${{ secrets.GKE_PROJECT }}/tpu-testing-image
MAX_CHECKS: 300
MAX_CHECKS: 450
CHECK_SPEEP: 10

jobs:
Expand Down
3 changes: 2 additions & 1 deletion tests/metrics/regression/test_ssim.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ def _sk_metric(preds, target, data_range, multichannel):
)


@pytest.mark.parametrize("preds, target, multichannel",
@pytest.mark.parametrize(
"preds, target, multichannel",
[(i.preds, i.target, i.multichannel) for i in _inputs],
)
@pytest.mark.skipif(_TPU_AVAILABLE, reason='Seems to be hanging on TPU, need to be fixed!') # todo
Expand Down

0 comments on commit c4c4062

Please sign in to comment.