Skip to content

Commit

Permalink
rename old molecules collection
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Oct 23, 2024
1 parent f293106 commit 7e0ad85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-api/molecule_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
)

jcesr_store = MongoURIStore(
uri=db_uri, database="mp_core", key="task_id", collection_name="molecules"
uri=db_uri, database="mp_molecules", key="task_id", collection_name="jcesr"
)

else:
Expand Down

0 comments on commit 7e0ad85

Please sign in to comment.