WenjieDu / TSDB

a Python toolbox loads 172 public time series datasets for machine/deep learning with a single line of code. Datasets from multiple domains including healthcare, financial, power, traffic, weather, and etc.
https://pypots.com/ecosystem/#TSDB
BSD 3-Clause "New" or "Revised" License
150 stars 15 forks source link

Don't use pytest-xdist for testing to avoid error caused by parallel running #38

Closed WenjieDu closed 12 months ago

WenjieDu commented 12 months ago

What does this PR do?

Fixes #35

Before submitting