Skip to content

Commit 7db1818

Browse files
authored
Merge pull request #140 from sissa-data-science/BID
BID
2 parents 61a7b7a + dff9798 commit 7db1818

File tree

1,835 files changed

+515057
-19
lines changed

Some content is hidden

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

1,835 files changed

+515057
-19
lines changed

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121
- {os: "ubuntu-22.04", python-version: "3.10"}
2222
- {os: "ubuntu-22.04", python-version: "3.9"}
2323
- {os: "ubuntu-20.04", python-version: "3.8"}
24-
- {os: "ubuntu-20.04", python-version: "3.7"}
2524
#os: [ubuntu-latest] # TODO: add macos-latest, windows-latest ?
26-
#python-version: [3.7, 3.8, 3.9, 3.10, 3.11]
25+
#python-version: [3.8, 3.9, 3.10, 3.11]
2726

2827
timeout-minutes: 30
2928

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ black-check: ## check black formatting
1515
flake8: ## check style with flake8
1616
flake8 dadapy/base.py dadapy/metric_comparisons.py dadapy/clustering.py dadapy/id_estimation.py \
1717
dadapy/density_estimation.py dadapy/id_discrete.py dadapy/data.py dadapy/feature_weighting.py \
18-
dadapy/kstar.py dadapy/neigh_graph.py dadapy/density_advanced.py tests #dev_scripts examples
18+
dadapy/kstar.py dadapy/neigh_graph.py dadapy/density_advanced.py dadapy/hamming.py \
19+
tests #dev_scripts examples
1920

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

0 commit comments

Comments
 (0)