Skip to content

Commit

Permalink
Merge pull request #8 from Renumics/performannce_polish
Browse files Browse the repository at this point in the history
Performannce polish
  • Loading branch information
markus-stoll authored Dec 11, 2023
2 parents c862997 + 42e4380 commit 2b48237
Show file tree
Hide file tree
Showing 13 changed files with 423 additions and 484 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python-version: "3.9"
- name: check
run: |
poetry run black --check mesh2vec tests scripts docs docs/examples
poetry run black --check mesh2vec tests scripts docs docs/examples scripts
pylint:
needs: prepare-linux
Expand All @@ -59,7 +59,7 @@ jobs:
python-version: "3.9"
- name: check
run: |
poetry run pylint mesh2vec tests docs/examples
poetry run pylint mesh2vec tests docs/examples scripts
audit:
needs: [prepare-linux, prepare-win]
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ __pycache__
.DS_Store
.venv/
.ipynb_checkpoints
data/data/temp_hg.joblib
data/data/temp_hg.joblib
data/temp_hg.joblib
Loading

0 comments on commit 2b48237

Please sign in to comment.