Skip to content

Commit c00aaf8

Browse files
committed
DCO Remediation Commit for R. Garcia-Dias <rafaelagd@gmail.com>
I, R. Garcia-Dias <rafaelagd@gmail.com>, hereby add my Signed-off-by to this commit: 43dd636 Signed-off-by: R. Garcia-Dias <rafaelagd@gmail.com>
1 parent f284c48 commit c00aaf8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/networks/nets/test_spade_vaegan.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ def create_semantic_data(shape: list, semantic_regions: int):
6262
start_point[0] : (start_point[0] + shape_square[0]),
6363
start_point[1] : (start_point[1] + shape_square[1]),
6464
start_point[2] : (start_point[2] + shape_square[2]),
65-
] = (
66-
base_intensity + torch.randn(shape_square) * 0.1
67-
)
65+
] = (base_intensity + torch.randn(shape_square) * 0.1)
6866
else:
6967
ValueError("Supports only 2D and 3D tensors")
7068

0 commit comments

Comments
 (0)