Skip to content

Commit 797d535

Browse files
committed
Update benchmarks for MPM move
1 parent 92217c6 commit 797d535

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

benchmarks/2d/uniaxial_nodal_forces/test_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from pathlib import Path
33
import jax.numpy as jnp
4-
from diffmpm.solver import MPM
4+
from diffmpm import MPM
55

66
curr_filepath = Path(__file__).absolute()
77
curr_dir = curr_filepath.parent

benchmarks/2d/uniaxial_particle_traction/test_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from pathlib import Path
33
import jax.numpy as jnp
4-
from diffmpm.solver import MPM
4+
from diffmpm import MPM
55

66
curr_filepath = Path(__file__).absolute()
77
curr_dir = curr_filepath.parent

benchmarks/2d/uniaxial_stress/test_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from pathlib import Path
33
import jax.numpy as jnp
4-
from diffmpm.solver import MPM
4+
from diffmpm import MPM
55

66
curr_filepath = Path(__file__).absolute()
77
curr_dir = curr_filepath.parent

0 commit comments

Comments
 (0)