Skip to content

Commit 2549b46

Browse files
committed
update ci test script
Signed-off-by: Hao Wu <[email protected]>
1 parent 4123d53 commit 2549b46

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/ci/L0_Tests_GPU.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export TORCH_ALLOW_TF32_CUBLAS_OVERRIDE=0
1818
error=0
1919
coverage run -p --source=emerging_optimizers tests/test_muon_utils.py || error=1
2020
coverage run -p --source=emerging_optimizers tests/test_orthogonalized_optimizer.py || error=1
21-
coverage run -p --source=emerging_optimizers tests/test_soap_functions.py || error=1
2221
coverage run -p --source=emerging_optimizers tests/test_soap_utils.py || error=1
2322
coverage run -p --source=emerging_optimizers tests/test_soap.py || error=1
2423
coverage run -p --source=emerging_optimizers tests/soap_mnist_test.py || error=1

tests/ci/L1_Tests_GPU.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export TORCH_ALLOW_TF32_CUBLAS_OVERRIDE=0
1717
error=0
1818
python tests/test_muon_utils.py || error=1
1919
python tests/test_orthogonalized_optimizer.py || error=1
20-
python tests/test_soap_functions.py || error=1
2120
python tests/test_soap_utils.py || error=1
2221
python tests/test_soap.py || error=1
2322
python tests/test_scalar_optimizers.py --device=cuda || error=1

0 commit comments

Comments
 (0)