VCG / upset

UpSet - Visualizing Intersecting Sets
http://vcg.github.io/upset
MIT License
228 stars 64 forks source link

CSV filename did not match declaration in countries.json #232

Closed mccalluc closed 8 years ago

mccalluc commented 8 years ago

The Exports by Country dataset isn't working right now because of a simple misconfiguration.

Also, it doesn't look like there are any tests, but you could do something like this to find similar misconfigurations: ruby -rJSON -e 'JSON.parse(File.read("datasets.json")).each{|dataset| file=JSON.parse(File.read(dataset))["file"]; warn file unless File.exists?(file)}'

alexsb commented 8 years ago

Thanks again!