🎨 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:
committed by
GitHub
parent
23bc40924f
commit
d94256fac4
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user