Skip to content

Commit

Permalink
Merge pull request #2554 from LMFDB/master
Browse files Browse the repository at this point in the history
master -> beta
  • Loading branch information
AndrewVSutherland authored Aug 1, 2018
2 parents 1f02cbd + 2a98a81 commit a51692b
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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 a51692b

Please sign in to comment.