diff --git a/lmfdb/artin_representations/databases/Dokchitser_databases.py b/lmfdb/artin_representations/databases/Dokchitser_databases.py index 644dca81e4..e307f9a7b4 100644 --- a/lmfdb/artin_representations/databases/Dokchitser_databases.py +++ b/lmfdb/artin_representations/databases/Dokchitser_databases.py @@ -1,7 +1,7 @@ artin_location = ("artin", "representations") galois_group_location = ("artin", "field_data") -artin_location = ("artin", "representations_new") -galois_group_location = ("artin", "field_data_new") +#artin_location = ("artin", "representations_new") +#galois_group_location = ("artin", "field_data_new") from type_generation import String, Array, Dict, Int, Anything diff --git a/scripts/artin_representations/import_art_nf.py b/scripts/artin_representations/import_art_nf.py index ea6c3ce717..be52f0231b 100755 --- a/scripts/artin_representations/import_art_nf.py +++ b/scripts/artin_representations/import_art_nf.py @@ -170,4 +170,5 @@ def nfgalload(l): reindex_collection(art, 'field_data', 'field_data_new') if case == 'art rep': reindex_collection(art, 'representations', 'representations_new') + fn.close()