daffidwilde / edo

A library for generating artificial datasets through genetic evolution.
https://doi.org/10.1007/s10489-019-01592-4
MIT License
13 stars 0 forks source link

Allow more than ten subtypes in `Family.load()` #142

Closed daffidwilde closed 4 years ago

daffidwilde commented 4 years ago

The previous regex only matched 0.pkl to 9.pkl in Family.load(). This adds a wildcard to allow for any number of subtypes to be recovered.