🎨 Format Python code with psf/black (#390)

Co-authored-by: ndem0 <ndem0@users.noreply.github.com>
Co-authored-by: dcoscia <dariocos99@gmail.com>
This commit is contained in:
github-actions[bot]
2024-12-12 17:25:25 +01:00
committed by GitHub
parent 23bc40924f
commit d94256fac4

View File

@@ -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.")