Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

klustakwikio: Adjust regular expression to catch more filenames #1319

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

ximion
Copy link
Contributor

@ximion ximion commented Aug 18, 2023

Hi!
I was working with some older KlustaKwik datasets and was wondering why NEO wasn't loading them. Turned out the culprit was an overly strict regular expression that was only matching single words.
This patch fixes that, so filenames like "ec013.395.clu.1" are considered valid too.

Thanks for considering!
Matthias

This will also match filenames with preceding dots & digits now, like
"ec013.395.clu.1".
@apdavison apdavison added the IO label Sep 1, 2023
@apdavison apdavison added this to the 0.13.0 milestone Sep 1, 2023
@apdavison apdavison self-assigned this Sep 1, 2023
@apdavison apdavison merged commit 25d0f1d into NeuralEnsemble:master Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants