From cf2825241e1fcc432c49985cdeceab7cf0c68898 Mon Sep 17 00:00:00 2001 From: FilippoOlivo Date: Fri, 14 Mar 2025 11:42:45 +0100 Subject: [PATCH] Black formatting --- pina/label_tensor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pina/label_tensor.py b/pina/label_tensor.py index a3a6160..55ec18f 100644 --- a/pina/label_tensor.py +++ b/pina/label_tensor.py @@ -123,8 +123,8 @@ class LabelTensor(torch.Tensor): @labels.setter def labels(self, labels): """ - Set labels stored insider the instance by checking the type of the - input labels and handling it accordingly. The following types are + Set labels stored insider the instance by checking the type of the + input labels and handling it accordingly. The following types are accepted: - **list**: The list of labels is assigned to the last dimension.