Open nikohansen opened 19 hours ago
FTR, 260 chars seems to be a limit under windows.
len(username) + 43
, see herelen('data-archives\numbbo.github.io\data-archive\data-archive') == 55
len('.extracted_CMA-ESPLUSSEL_auger_noiseless/CMA-ESPLUSSEL/bbobdata-cmaesplussel1e4/data_f10/bbobexp_f10_DIM10.dat') == 110
The current error is raised preemptively in the coco code, not by the OS.
Changing the format to .zip
and not extracting the file while reading in would solve this problem too.
The latest commit shortens the local path for the official data archive by 50 chars, namely from
.../data-archives/numbbo.github.io/data-archive/data-archive/...
to
.../das/da/...
Should we create a tiny URL to alleviate the long path problem?