JeffersonLab / jlab_datascience_exp_hall

MIT License
0 stars 1 forks source link

Fix bug in numpy_reader #6

Closed sgoldenCS closed 1 month ago

sgoldenCS commented 1 month ago

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.