Skip to content

Commit 29c6919

Browse files
committed
.
1 parent 1128e60 commit 29c6919

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
@@ -13,7 +13,7 @@
1313
VTK_PATH = DIR.joinpath("ParticleData_Fluid_5.vtk")
1414

1515
def now_s():
16-
time.time_ns() / (10 ** 9)
16+
time.process_time_ns() / (10 ** 9)
1717

1818
def test_bgeo():
1919
particles = np.array(meshio.read(BGEO_PATH).points, dtype=np.float32)

0 commit comments

Comments
 (0)