Skip to content

Commit 34fe9c4

Browse files
Update visualize_tensor() phase interpolation to 'antialiased' (#97)
1 parent b5692e6 commit 34fe9c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/torchoptics/visualization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def visualize_tensor(
6767
"vmax": torch.pi,
6868
"cmap": "twilight_shifted",
6969
"norm": None,
70-
"interpolation": "bilinear",
70+
"interpolation": "antialiased",
7171
}
7272

7373
create_image_subplot( # Plot phase

0 commit comments

Comments
 (0)