Skip to content
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
4 changes: 0 additions & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
environments: static
cache: true

- name: Re-install local
run: |
pixi reinstall -e static --frozen fastcan
- name: Linter
run: |
pixi run lint
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
nogil
cache: true

- name: Re-install local
run: |
pixi reinstall -e dev --frozen fastcan
pixi reinstall -e nogil --frozen fastcan
- name: Test with pytest
run: |
pixi run -e dev test
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
with:
environments: dev
cache: true
- name: Re-install local
run: |
pixi reinstall -e dev --frozen fastcan
- name: Build SDist
run: |
pixi run build-sdist
Expand Down
7 changes: 3 additions & 4 deletions doc/pruning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ Therefore, :func:`minibatch` looses the redundancy check in two ways.

.. rubric:: References

* `"Dictionary-learning-based data pruning for system identification"
<https://doi.org/10.48550/arXiv.2502.11484>`_
Wang, T., Zhang, S., & Sun L.
arXiv (2025).
* `"Dictionary learning-based data pruning for system identification"
<https://doi.org/10.3390/app15179368>`_
Wang, T., Zhang, S., Song, M., & Sun, L. Applied Sciences, 15(17), 9368 (2025).


.. rubric:: Examples
Expand Down
Loading
Loading