Closed KindXiaoming closed 8 months ago
I am able to download the datasets from zenodo, the dropbox copy does also seem to be missing for me.
pfn_example.py Welcome!
Downloading QG_jets_1.npz from https://www.dropbox.com/s/ztzd1a6lkmgovuy/QG_jets_1.npz?dl=1 to /users/mleblan6/.energyflow/datasets
URL fetch failure on https://www.dropbox.com/s/ztzd1a6lkmgovuy/QG_jets_1.npz?dl=1: None -- Not Found
Failed to download QG_jets_1.npz from source 'dropbox', trying next source...
Downloading QG_jets_1.npz from https://zenodo.org/record/3164691/files/QG_jets_1.npz?download=1 to /users/mleblan6/.energyflow/datasets
Downloading QG_jets_2.npz from https://www.dropbox.com/s/jzgc9e786tbk1m5/QG_jets_2.npz?dl=1 to /users/mleblan6/.energyflow/datasets
URL fetch failure on https://www.dropbox.com/s/jzgc9e786tbk1m5/QG_jets_2.npz?dl=1: None -- Not Found
Failed to download QG_jets_2.npz from source 'dropbox', trying next source...
etc.
MLB
The dropbox account that previously hosted the data seems to have expired very recently. For all the datasets except qg_nsubs, a backup is hosted on zenodo.
Will upload a hotfix shortly, switching the default to zenodo. For qg_nsubs, we have a backup on another dropbox, which I will point to.
-Rikab
Should be resolved by v1.3.3!
[heart] Ziming Liu reacted to your message:
From: Rikab Gambhir @.> Sent: Thursday, March 21, 2024 8:44:27 PM To: thaler-lab/EnergyFlow @.> Cc: Ziming Liu @.>; Author @.> Subject: Re: [thaler-lab/EnergyFlow] dataset missing? (Issue #30)
Should be resolved by v1.3.3!
— Reply to this email directly, view it on GitHubhttps://github.com/thaler-lab/EnergyFlow/issues/30#issuecomment-2013697898, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AFTV5BYPSFIA5BMXJBKJDNLYZNBCXAVCNFSM6AAAAABEBBJU7KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJTGY4TOOBZHA. You are receiving this because you authored the thread.Message ID: @.***>
When I try to load the dataset using the following line of code
energyflow.qg_nsubs.load(num_data=-1, cache_dir='~/.energyflow')
It says
raise Exception(error_msg.format(url, e.errno, e.reason)) Exception: URL fetch failure on https://www.dropbox.com/s/y1l6avj5yj7jn9t/QG_nsubs.npz?dl=1: None -- Not Found