Skip to content

Commit a40b7f3

Browse files
committed
fix test
1 parent b0b5490 commit a40b7f3

File tree

4 files changed

+4
-91
lines changed

4 files changed

+4
-91
lines changed

test/test_basic.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"name": "python",
120120
"nbconvert_exporter": "python",
121121
"pygments_lexer": "ipython3",
122-
"version": "3.11.8"
122+
"version": "3.9.19"
123123
}
124124
},
125125
"nbformat": 4,

test/test_diff.py

Lines changed: 0 additions & 87 deletions
This file was deleted.

test/test_differentiable.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"name": "python",
141141
"nbconvert_exporter": "python",
142142
"pygments_lexer": "ipython3",
143-
"version": "3.11.8"
143+
"version": "3.9.19"
144144
}
145145
},
146146
"nbformat": 4,

test/test_sim.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
import json
33
import numpy as np
44

5-
pf.polyfem_command(json="/Users/zizhouhuang/Desktop/polyfem-python/data/contact/examples/2D/unit-tests/5-squares.json", log_level=2, max_threads=16)
5+
pf.polyfem_command(json="../data/contact/examples/2D/unit-tests/5-squares.json", log_level=2, max_threads=16)
66

7-
root = "/Users/zizhouhuang/Desktop/polyfem/data/contact/examples/2D/unit-tests"
7+
root = "../data/contact/examples/2D/unit-tests"
88
with open(root + "/5-squares.json", "r") as f:
99
config = json.load(f)
1010

0 commit comments

Comments
 (0)