I am running the notebook insert_data under notebooks/
The first two lines are:
from extcats.testdata import MQC
MQC.download()
MQC.download() tries to access the URL: [https://desycloud.desy.de/index.php/s/AsxkEJUJ8LrgJkd/download]
But the URL is broken, it does not exist. So it needs to be updated.
I can send a PR if you can tell me how to fix.
I am running the notebook insert_data under notebooks/
The first two lines are:
from extcats.testdata import MQC
MQC.download()
MQC.download() tries to access the URL: [https://desycloud.desy.de/index.php/s/AsxkEJUJ8LrgJkd/download]
But the URL is broken, it does not exist. So it needs to be updated.
I can send a PR if you can tell me how to fix.