Skip to content

Commit a245b79

Browse files
Merge pull request #2555 from LMFDB/master
master -> prod
2 parents e70c7b3 + 2a98a81 commit a245b79

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)