Skip to content

Commit 241d2f7

Browse files
authored
Remove development binary path
1 parent edefe0a commit 241d2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysplashsurf/tests/test_calling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import trimesh
77
import pathlib
88

9-
BINARY_PATH = "/home/fek/Documents/HiwiJob/splashsurf/target/release/splashsurf"
9+
BINARY_PATH = "splashsurf"
1010
DIR = pathlib.Path(__file__).parent.resolve()
1111
VTK_PATH = DIR.joinpath("ParticleData_Fluid_5.vtk")
1212

0 commit comments

Comments
 (0)