aphp / eds-scikit

eds-scikit is a Python library providing tools to process and analyse OMOP data
https://aphp.github.io/eds-scikit
BSD 3-Clause "New" or "Revised" License
35 stars 5 forks source link

`eds_scikit` on Windows #31

Open Thomzoy opened 1 year ago

Thomzoy commented 1 year ago

Description

Problems when using eds_scikit on Windows. We might want to add testing on Windows in the CI.

For instance time.tzset() (used in __init__.py) does not exist on Windows