From d5feeadd7d61330b4d80a14224facfcb3cfa1bd9 Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Thu, 25 Nov 2021 06:10:35 -0800 Subject: [PATCH] blacklist --- README.md | 5 +++++ lists.py | 12 +++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22809a2..566406a 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ poetry run python list.py poetry run python download.py ``` +## Notes + +ssgetpy does not discriminate "real" datatype from "integer". +Therefore, we have to do some filtering on the returned results. + ## how this was done ``` diff --git a/lists.py b/lists.py index ac59320..4fa5ac4 100644 --- a/lists.py +++ b/lists.py @@ -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",