astrogilda / tsbootstrap

tsbootstrap: generate bootstrapped time series samples in Python
https://tsbootstrap.readthedocs.io/en/latest/
MIT License
65 stars 5 forks source link

bug: `with` environments failing in tests, on python 3.8 #110

Open fkiraly opened 3 months ago

fkiraly commented 3 months ago

Some tests are failing on python 3.8, due to use of with environment on objects that do not seem to have an __enter__ dunder, specifically on python 3.8 - details below:

[ fill in ]