Currently numpy reader expects string based paths. However, the testing using PosixPath objects which causes the test to fail because a single PosixPath is not iterable. We should either allow PathLib objects for the filepaths key in the config, or change the test to pass strings.
Currently numpy reader expects string based paths. However, the testing using PosixPath objects which causes the test to fail because a single PosixPath is not iterable. We should either allow PathLib objects for the filepaths key in the config, or change the test to pass strings.