From 721c145e227d9a77882289fd3193e4bbc9207c1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Grad?= Date: Thu, 2 Jul 2020 19:31:54 +0200 Subject: [PATCH] SD: Style fix --- testsuite/python/stokesian_dynamics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/python/stokesian_dynamics.py b/testsuite/python/stokesian_dynamics.py index 794ec4bf74e..22f2d60fa9c 100644 --- a/testsuite/python/stokesian_dynamics.py +++ b/testsuite/python/stokesian_dynamics.py @@ -83,7 +83,7 @@ def falling_spheres(self, time_step, l_factor, t_factor, device=self.device, radii={0: 1.0 * l_factor}, approximation_method=sd_method) - gravity = constraints.Gravity( + gravity = espressomd.constraints.Gravity( g=[0, -1.0 * l_factor / (t_factor**2), 0]) self.system.constraints.add(gravity) self.system.time_step = 1.0 * t_factor