Skip to content

Commit d94256f

Browse files
github-actions[bot]ndem0dario-coscia
authored
🎨 Format Python code with psf/black (mathLab#390)
Co-authored-by: ndem0 <[email protected]> Co-authored-by: dcoscia <[email protected]>
1 parent 23bc409 commit d94256f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pina/geometry/simplex.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,7 @@ def sample(self, n, mode="random", variables="all"):
240240
if self._sample_surface:
241241
sample_pts = self._sample_boundary_randomly(n)
242242
else:
243-
sample_pts = self._sample_interior_randomly(n, variables
244-
)
243+
sample_pts = self._sample_interior_randomly(n, variables)
245244

246245
else:
247246
raise NotImplementedError(f"mode={mode} is not implemented.")

0 commit comments

Comments
 (0)