Skip to content

Commit 2a98a81

Browse files
Merge pull request #2553 from jwj61/art2
Switching databases back
2 parents 4090c0e + 9252f0f commit 2a98a81

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lmfdb/artin_representations/databases/Dokchitser_databases.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
artin_location = ("artin", "representations")
22
galois_group_location = ("artin", "field_data")
3-
artin_location = ("artin", "representations_new")
4-
galois_group_location = ("artin", "field_data_new")
3+
#artin_location = ("artin", "representations_new")
4+
#galois_group_location = ("artin", "field_data_new")
55

66

77
from type_generation import String, Array, Dict, Int, Anything

scripts/artin_representations/import_art_nf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,5 @@ def nfgalload(l):
170170
reindex_collection(art, 'field_data', 'field_data_new')
171171
if case == 'art rep':
172172
reindex_collection(art, 'representations', 'representations_new')
173+
fn.close()
173174

0 commit comments

Comments
 (0)