Skip to content

Commit

Permalink
Merge pull request #2553 from jwj61/art2
Browse files Browse the repository at this point in the history
Switching databases back
  • Loading branch information
AndrewVSutherland committed Aug 1, 2018
2 parents 4090c0e + 9252f0f commit 2a98a81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Down
1 change: 1 addition & 0 deletions scripts/artin_representations/import_art_nf.py
Expand Up @@ -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()

0 comments on commit 2a98a81

Please sign in to comment.