Hi,
I've been trying to save the TICA FFI catalog for sector 49, however when running save_tica_ffi_catalog(sector = 49) I get the following error message:
RuntimeError: Task <Task pending coro=<_get_tica_metadata_entry() running at /home/tom/anaconda3/lib/python3.7/site-packages/tess_cloud/tica.py:60> cb=[as_completed.._on_completion() at /home/tom/anaconda3/lib/python3.7/asyncio/tasks.py:547]> got Future attached to a different loop
It seems to be an issue with asyncio and how it's used within the tess_cloud code, but I'm not sure how to fix it so any help would be appreciated.
Ubuntu 18.04, Python 3.7.11, tess_cloud 0.4.0
Thanks,
Tom