Skip to content

Commit a1cdcad

Browse files
committed
Fix typo in metadata assignment in create_peak2d_image function
1 parent 1730f42 commit a1cdcad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sigima_/tests/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ def create_peak2d_image(
518518
if p.height is not None and p.width is not None:
519519
param.size = max(p.height, p.width)
520520
obj.data, coords = get_peak2d_data(param)
521-
obj.metdata["peak_coords"] = coords
521+
obj.metadata["peak_coords"] = coords
522522
return obj
523523

524524

0 commit comments

Comments
 (0)