diff --git a/pina/geometry/simplex.py b/pina/geometry/simplex.py index 4f2e362..b04ad53 100644 --- a/pina/geometry/simplex.py +++ b/pina/geometry/simplex.py @@ -240,8 +240,7 @@ class SimplexDomain(Location): if self._sample_surface: sample_pts = self._sample_boundary_randomly(n) else: - sample_pts = self._sample_interior_randomly(n, variables - ) + sample_pts = self._sample_interior_randomly(n, variables) else: raise NotImplementedError(f"mode={mode} is not implemented.")