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> 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 ## how this was done
``` ```

View File

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