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

Co-authored-by: dario-coscia <dario-coscia@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-11-18 17:35:15 +01:00
committed by GitHub
parent a78f44ecef
commit b896a2a074

View File

@@ -224,7 +224,8 @@ def laplacian(output_, input_, components=None, d=None, method="std"):
else:
result = torch.empty(
size=(input_.shape[0], len(components)),
dtype=output_.dtype, device=output_.device
dtype=output_.dtype,
device=output_.device,
)
labels = [None] * len(components)
for idx, c in enumerate(components):