sxs-collaboration / sxs

Python code for manipulating data from the SXS collaboration
MIT License
25 stars 18 forks source link

Failing tests #46

Closed moble closed 9 months ago

moble commented 2 years ago

The latest tests have been failing on ubuntu python 3.9 due to weird issues with tqdm. I've tried to fix the issues here. Until that PR is merged, it might be worthwhile restricting to tqdm<4.61.2 and, once it's fixed, tqdm>4.63 or whatever. I think this is fairly specific to github's ubuntu container, and won't show up for, e.g., a human running ubuntu.

moble commented 2 years ago

I restricted the version in #47 by altering pyproject.toml. This should be undone once the tqdm issue is fixed.