ben-denham / labtech

Easily run experiment permutations with multi-processing and caching
https://ben-denham.github.io/labtech/
GNU General Public License v3.0
7 stars 1 forks source link

Feature: Allow `labtech.Lab` to accept a `pathlib.Path` type in `storage` argument #2

Closed nathanjmcdougall closed 7 months ago

nathanjmcdougall commented 7 months ago

I prefer to pass around pathlib.Path objects for all paths, at the moment, I am forced to coerce using .asposix(), it would be a nice feature if labtech provided this conversion automatically.

ben-denham commented 7 months ago

Good point @nathanjmcdougall, this is fixed by https://github.com/ben-denham/labtech/commit/50c5e76d183e0dd43e0cb0e5d745a0d6647170c1 and will be included in the next release.