Skip to content

Commit

Permalink
Merge pull request #140 from sissa-data-science/BID
Browse files Browse the repository at this point in the history
BID
  • Loading branch information
imacocco authored Sep 16, 2024
2 parents 61a7b7a + dff9798 commit 7db1818
Show file tree
Hide file tree
Showing 1,835 changed files with 515,057 additions and 19 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
- {os: "ubuntu-22.04", python-version: "3.10"}
- {os: "ubuntu-22.04", python-version: "3.9"}
- {os: "ubuntu-20.04", python-version: "3.8"}
- {os: "ubuntu-20.04", python-version: "3.7"}
#os: [ubuntu-latest] # TODO: add macos-latest, windows-latest ?
#python-version: [3.7, 3.8, 3.9, 3.10, 3.11]
#python-version: [3.8, 3.9, 3.10, 3.11]

timeout-minutes: 30

Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ black-check: ## check black formatting
flake8: ## check style with flake8
flake8 dadapy/base.py dadapy/metric_comparisons.py dadapy/clustering.py dadapy/id_estimation.py \
dadapy/density_estimation.py dadapy/id_discrete.py dadapy/data.py dadapy/feature_weighting.py \
dadapy/kstar.py dadapy/neigh_graph.py dadapy/density_advanced.py tests #dev_scripts examples
dadapy/kstar.py dadapy/neigh_graph.py dadapy/density_advanced.py dadapy/hamming.py \
tests #dev_scripts examples

# to include the "dadapy" folder: pytest tests --doctest-modules dadapy tests/
test: ## run tests quickly with the default Python
Expand Down
Loading

0 comments on commit 7db1818

Please sign in to comment.