Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Future 1/n: package in src/ folder #13293

Merged
merged 19 commits into from
Jun 15, 2022
Prev Previous commit
Next Next commit
tpu
  • Loading branch information
Borda committed Jun 14, 2022
commit 3e1304478e5fd8c4a8cd566a9c83746f5c987dad
2 changes: 1 addition & 1 deletion dockers/tpu-tests/tpu_test_cases.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ local tputests = base.BaseTest {
coverage run --source=pytorch_lightning -m pytest -v --capture=no \
tests/strategies/test_tpu_spawn.py \
tests/profiler/test_xla_profiler.py \
pytorch_lightning/utilities/xla_device.py \
src/pytorch_lightning/utilities/xla_device.py \
tests/accelerators/test_tpu.py \
tests/models/test_tpu.py
test_exit_code=$?
Expand Down