Closed meksor closed 6 months ago
Tests failing b/c of manager database outage...
Thanks @meksor - works for me in a Jupyter notebook now (also with requesting all data from ssp-extensions, 1.5m rows), but two tests are failing because of shut-down future...
fixed!
76 Introduced a problem for programs who themselves are running within something like an
asyncio.run
call.Since this is the case for any jupyter notebook this is not very convenient. I switched the approach to use a
ThreadPoolExecutor
instead and it seems to work, please verify @danielhuppmann.