Skip to content

Commit 2b48237

Browse files
authored
Merge pull request #8 from Renumics/performannce_polish
Performannce polish
2 parents c862997 + 42e4380 commit 2b48237

13 files changed

+423
-484
lines changed

.github/workflows/workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
python-version: "3.9"
4646
- name: check
4747
run: |
48-
poetry run black --check mesh2vec tests scripts docs docs/examples
48+
poetry run black --check mesh2vec tests scripts docs docs/examples scripts
4949
5050
pylint:
5151
needs: prepare-linux
@@ -59,7 +59,7 @@ jobs:
5959
python-version: "3.9"
6060
- name: check
6161
run: |
62-
poetry run pylint mesh2vec tests docs/examples
62+
poetry run pylint mesh2vec tests docs/examples scripts
6363
6464
audit:
6565
needs: [prepare-linux, prepare-win]

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ __pycache__
88
.DS_Store
99
.venv/
1010
.ipynb_checkpoints
11-
data/data/temp_hg.joblib
11+
data/data/temp_hg.joblib
12+
data/temp_hg.joblib

0 commit comments

Comments
 (0)