Skip to content

Commit 36ecfe8

Browse files
author
Balaji Veeramani
committed
Fix typo
1 parent 812cdba commit 36ecfe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/sagemaker/test_deserializers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def test_numpy_deserializer_from_json(numpy_deserializer):
8585
assert np.array_equal(array, np.array([[1, 2, 3], [4, 5, 6]]))
8686

8787

88-
# Sadly, ragged arrays work fine in JSON (giving us a 1D array of Python lists
88+
# Sadly, ragged arrays work fine in JSON (giving us a 1D array of Python lists)
8989
def test_numpy_deserializer_from_json_ragged(numpy_deserializer):
9090
stream = io.BytesIO(b"[[1,2,3],\n[4,5,6,7]]")
9191
array = numpy_deserializer.deserialize(stream, "application/json")

0 commit comments

Comments
 (0)