Skip to content

Commit 9fed010

Browse files
committed
Fix func_name assignment in test_replace_same_title for consistency
1 parent 856ee80 commit 9fed010

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

datalab/tests/features/common/multiple_geometry_results_unit_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def test_replace_same_title():
7979
kind=KindShape.SEGMENT,
8080
coords=np.array([[3.5, 0.6, 6.5, 0.6]]),
8181
roi_indices=None,
82+
func_name="fwhm",
8283
attrs={"method": "zero-crossing"},
8384
)
8485

@@ -88,6 +89,7 @@ def test_replace_same_title():
8889
kind=KindShape.SEGMENT,
8990
coords=np.array([[3.6, 0.6, 6.6, 0.6]]), # Slightly different
9091
roi_indices=None,
92+
func_name="fwhm",
9193
attrs={"method": "gaussian"},
9294
)
9395

0 commit comments

Comments
 (0)