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

Dev #7

Merged
merged 18 commits into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ jobs:
run: |
conda install anaconda-client
conda config --set anaconda_upload no --set solver libmamba
VERSION_FROM_GIT_TAG=$(git tag --list "v*[0-9]" --sort=version:refname | tail -1 | cut -c 2-) conda build . -c conda-forge
VERSION_FROM_GIT_TAG=$(git tag --list "v*[0-9]" --sort=version:refname | tail -1 | cut -c 2-) conda build . -c conda-forge -c stanfordcvxgrp
echo "gitversion=$(git tag --list "v*[0-9]" --sort=version:refname | tail -1 | cut -c 2-)" >> $GITHUB_OUTPUT
6 changes: 5 additions & 1 deletion conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,14 @@ requirements:
run:
- python >=3.9
- numpy
- cvxpy
- cvxpy ==1.4.3
- scikit-learn
- tqdm
- pybind11 # conda build test fails with "cvxpy 1.4.2 requires pybind11, which is not installed."
- sig-decomp
- pandas
- qss


test:
imports:
Expand Down
233 changes: 89 additions & 144 deletions notebooks/Aramis/basis_test.ipynb

Large diffs are not rendered by default.

321 changes: 189 additions & 132 deletions notebooks/Aramis/fitting_pv_data.ipynb

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions notebooks/Aramis/regularisation_test.ipynb

Large diffs are not rendered by default.

86 changes: 0 additions & 86 deletions notebooks/Aramis/utils/dilatation.py

This file was deleted.

73 changes: 0 additions & 73 deletions notebooks/Aramis/utils/interpolation.py

This file was deleted.

Loading
Loading