Skip to content

Commit 271e6f8

Browse files
authored
delete sandbox (#117)
* delete sandbox * also removes unused requirements file * rename nlp tests folder * rename nlp tests folder * remove end of line * fix ci setup
1 parent a435357 commit 271e6f8

File tree

84 files changed

+4
-16785
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+4
-16785
lines changed

.github/workflows/nlp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
pip install pytest hypothesis
4242
- name: Run NLP tests
4343
run: |
44-
pytest cvxpy/tests/NLP_tests/.
44+
pytest cvxpy/tests/nlp_tests/.

.github/workflows/test_nlp_solver.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: test_optional_solvers
1+
name: test_nlp_solvers
22

33
on:
44
pull_request:
@@ -9,7 +9,7 @@ on:
99
- '*'
1010

1111
jobs:
12-
test_optional_solvers:
12+
test_nlp_solvers:
1313
runs-on: ${{ matrix.os }}
1414
defaults:
1515
run:
@@ -39,7 +39,7 @@ jobs:
3939
uv run python -c "import cvxpy; print(cvxpy.installed_solvers())"
4040
- name: Run test_nlp_solvers
4141
run : |
42-
uv run pytest -rs cvxpy/tests/NLP_tests/.
42+
uv run pytest -rs cvxpy/tests/nlp_tests/.
4343
4444
env:
4545
UV_SYSTEM_PYTHON: 1

cvxpy/sandbox/EML/contour_plot.pdf

-39.7 KB
Binary file not shown.

cvxpy/sandbox/EML/regression.ipynb

Lines changed: 0 additions & 6660 deletions
This file was deleted.

cvxpy/sandbox/EML/regression.py

Lines changed: 0 additions & 56 deletions
This file was deleted.

cvxpy/sandbox/ac_opf_v2.py

Lines changed: 0 additions & 148 deletions
This file was deleted.

cvxpy/sandbox/best-of/circle_packing_test1.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

cvxpy/sandbox/circle-packing/formulation1.py

Lines changed: 0 additions & 41 deletions
This file was deleted.

cvxpy/sandbox/circle-packing/formulation2.py

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)