Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TST: Fix bug in test_dtype_with_converters_and_usecols.
The case_sensitive argument to np.recfromcsv has a default value of 'lower'. That value was not previously correctly passed on, but is now, so the previous expected values in this test were incorrectly upper cased.
- Loading branch information