Hey @vepkenez , thanks! I'm not a Windows user, but I did just learn how to avoid using global arguments via functools.partial.
The latest version of preprocess_data.py in the dev branch (https://github.com/drscotthawley/panotti/blob/dev/preprocess_data.py) has this change. Would you mind telling me if that works for you? That would be an OS-independent implementation (hopefully).
Hey @vepkenez , thanks! I'm not a Windows user, but I did just learn how to avoid using global arguments via functools.partial. The latest version of preprocess_data.py in the dev branch (https://github.com/drscotthawley/panotti/blob/dev/preprocess_data.py) has this change. Would you mind telling me if that works for you? That would be an OS-independent implementation (hopefully).