From 2cb1840c6830cd5ff6be8bbebce1c457fbe00a8c Mon Sep 17 00:00:00 2001
From: Constantin Wenger <constantin.wenger@googlemail.com>
Date: Tue, 01 Feb 2022 22:46:42 +0000
Subject: [PATCH] updated requirements
---
config.py | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/config.py b/config.py
index 971f77a..7502513 100644
--- a/config.py
+++ b/config.py
@@ -19,12 +19,14 @@
'c17',
'ddt', 'v17', 'ddu', 'cm2', 'ss1', 'gs1', 'c18', 'ima']
# Supplemental sets
- set_sup_list = ['hop', 'arc', 'pc2', 'cns', 'cn2', 'e01', 'e02', 'bbd', 'war', 'm19', 'a25', 'm20']
+ set_sup_list = ['hop', 'arc', 'pc2', 'cns', 'cn2', 'e01', 'e02', 'bbd', 'war', 'm19', 'a25', 'm20', 'rna', 'grn']
all_set_list = set_2003_list + set_2015_list + set_box_list + set_sup_list
#all_set_list = ['war', 'mir', 'm19', 'bbd', 'ima']
all_set_list = ['m20']
#all_set_list = ['war', 'grn', 'rna']
all_set_list = ['akh', 'dom', 'xln']
+ all_set_set = set(all_set_list)
+ all_set_list = list(all_set_set)
set_2003_list = all_set_list
set_2015_list = all_set_list
card_mask_path = os.path.abspath('data2/mask.png')
--
Gitblit v1.10.0