Skip to content

Commit

Permalink
update notebook, pytest and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Oct 2, 2024
1 parent 27783a1 commit 5ec5667
Show file tree
Hide file tree
Showing 4 changed files with 457 additions and 458 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: [3.6, 3.8, 3.9]
python-version: [3.12]
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ __pycache__/
# C extensions
*.so

.pypirc

# Distribution / packaging
.pylint.*
.Python
Expand Down
27 changes: 0 additions & 27 deletions make_clean.sh

This file was deleted.

884 changes: 454 additions & 430 deletions notebooks/clusteval.ipynb

Large diffs are not rendered by default.

0 comments on commit 5ec5667

Please sign in to comment.