Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🩹 Fix repr issue with numpy>2 str values
This caused the following test error: ```py FAILED glotaran/utils/test/test_io.py::test_create_clp_guide_dataset_errors - assert "Unknown clp_...'species_3')]" == "Unknown clp_... 'species_3']" Skipping 49 identical leading characters in diff, use -v to show ls are: - ['species_1', 'species_2', 'species_3'] + [np.str_('species_1'), np.str_('species_2'), np.str_('species_3')] ```
- Loading branch information