blacklist

This commit is contained in:
Carl Pearson
2021-11-25 06:10:35 -08:00
parent 07213803a2
commit d5feeadd7d
2 changed files with 16 additions and 1 deletions

View File

@@ -14,6 +14,11 @@ poetry run python list.py
poetry run python download.py <dataset name>
```
## Notes
ssgetpy does not discriminate "real" datatype from "integer".
Therefore, we have to do some filtering on the returned results.
## how this was done
```

View File

@@ -3,6 +3,7 @@ import sys
# matrices which are integer datatypes
INTEGER_MATS = {
"08blocks",
"Alemdar",
"Andrews",
"CAG_mat1916",
"CAG_mat364",
@@ -169,6 +170,9 @@ INTEGER_MATS = {
"ar2010",
"as-caida",
"atmosmodm",
"aug2dc",
"aug2d",
"aug3d",
"az2010",
"bas1lp",
"bcsstm01",
@@ -219,18 +223,21 @@ INTEGER_MATS = {
"cis-n4c6-b14",
"cis-n4c6-b15",
"cis-n4c6-b1cis-n4c6-b1",
"cis-n4c6-b2",
"cis-n4c6-b1",
"cis-n4c6-b2",
"cis-n4c6-b3",
"cis-n4c6-b4",
"co2010",
"complex",
"ct2010",
"cyl6",
"dbic1",
"dbir1",
"dbir2",
"de2010",
"e18",
"email-Eu-core-temporal",
"engine",
"f855_mat9",
"f855_mat9_I",
"farm",
@@ -312,6 +319,7 @@ INTEGER_MATS = {
"mawi_201512020030",
"mawi_201512020130",
"mawi_201512020330",
"mc2depi",
"md2010",
"me2010",
"mi2010",
@@ -499,7 +507,9 @@ INTEGER_MATS = {
"sx-stackoverflow",
"sx-superuser",
"t2em",
"t520",
"tn2010",
"tube2",
"tx2010",
"ut2010",
"va2010",