Skip to content

Commit 065c4ea

Browse files
committed
remove unsupported Infinity from smith mock
1 parent 5c720db commit 065c4ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/image/mocks/zzz_smith_basic.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"data": [
33
{
44
"type": "scattersmith",
5-
"real": [0, 0, 1, 1, 2, 5, 10, "Infinity"],
6-
"imag": [0, 1, 0, -2, -2, -5, -10, "Infinity"],
5+
"real": [0, 0, 1, 1, 2, 5, 10],
6+
"imag": [0, 1, 0, -2, -2, -5, -10],
77
"mode": "lines+markers",
88
"marker": {
99
"size": 20,

0 commit comments

Comments
 (0)