We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 886e2ed commit 5a579fcCopy full SHA for 5a579fc
1 file changed
test/test_input.py
@@ -173,7 +173,7 @@ def test_numpy_record_array():
173
[("Alice", 23, 169.5), ("Bob", 27, 175.0)],
174
dtype={
175
"names": ["name", "age", "height"],
176
- "formats": ["a32", "uint8", "float32"],
+ "formats": ["S32", "uint8", "float32"],
177
},
178
)
179
expected = "\n".join(
@@ -199,7 +199,7 @@ def test_numpy_record_array_keys():
199
200
201
202
203
204
205
@@ -225,7 +225,7 @@ def test_numpy_record_array_headers():
225
226
227
228
229
230
231
0 commit comments