Skip to content

Commit 69d1de1

Browse files
committed
Fix center value in radial profile test ('user' instead of 'manual')
1 parent 19919d1 commit 69d1de1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datalab/tests/features/image/profile_app_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def test_profile():
5858
(None, 0.0, 0.0),
5959
("centroid", 0.0, 0.0),
6060
("center", 0.0, 0.0),
61-
("manual", 800.0, 900.0),
61+
("user", 800.0, 900.0),
6262
):
6363
if center is None:
6464
proc.compute_radial_profile()

0 commit comments

Comments
 (0)