BorgwardtLab / proteinshake

Protein structure datasets for machine learning.
https://proteinshake.ai
BSD 3-Clause "New" or "Revised" License
101 stars 9 forks source link

sort all globs #242

Open timkucera opened 1 year ago

timkucera commented 1 year ago

as far as I remember glob.glob is non-deterministic, we should remedy this with sorted(glob.glob(...))