Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge with main
Browse files Browse the repository at this point in the history
thomaspinder committed Aug 15, 2024
2 parents 684cd8e + 7ae0adf commit be8fad5
Showing 38 changed files with 1,517 additions and 1,331 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -16,13 +16,13 @@ help: ## Display this help

##@ Formatting
black: ## Format code in-place using black.
black ${PKGROOT}/ tests/ -l 79 .
black ${PKGROOT}/ tests/ -l 88 .

isort: ## Format imports in-place using isort.
isort ${PKGROOT}/ tests/

format: ## Code styling - black, isort
black ${PKGROOT}/ tests/ -l 100 .
black ${PKGROOT}/ tests/ -l 88 .
@printf "\033[1;34mBlack passes!\033[0m\n\n"
isort ${PKGROOT}/ tests/
@printf "\033[1;34misort passes!\033[0m\n\n"
Empty file removed benchmarks/__init__.py
Empty file.
25 changes: 0 additions & 25 deletions benchmarks/asv.conf.json

This file was deleted.

99 changes: 0 additions & 99 deletions benchmarks/kernels.py

This file was deleted.

87 changes: 0 additions & 87 deletions benchmarks/objectives.py

This file was deleted.

81 changes: 0 additions & 81 deletions benchmarks/predictions.py

This file was deleted.

36 changes: 0 additions & 36 deletions benchmarks/sparse.py

This file was deleted.

41 changes: 0 additions & 41 deletions benchmarks/stochastic.py

This file was deleted.

Loading

0 comments on commit be8fad5

Please sign in to comment.