We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1128e60 commit 29c6919Copy full SHA for 29c6919
pysplashsurf/tests/test_calling.py
@@ -13,7 +13,7 @@
13
VTK_PATH = DIR.joinpath("ParticleData_Fluid_5.vtk")
14
15
def now_s():
16
- time.time_ns() / (10 ** 9)
+ time.process_time_ns() / (10 ** 9)
17
18
def test_bgeo():
19
particles = np.array(meshio.read(BGEO_PATH).points, dtype=np.float32)
0 commit comments