Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarbone committed Sep 29, 2023
1 parent 9134d60 commit 754d476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightshow/_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def _database_for_stress_test():
# "mp-1208324", "mp-10734"]
# return Database.from_materials_project(material_ids=trouble)
# return Database.from_materials_project(material_ids=["mp-980945"])
db = Database.from_materials_project(chemsys=["Ti-*"])
db = Database.from_materials_project(chemsys=["Ti-O"])
keys = list(db._structures.keys())
# random.seed(123)
# keys = random.sample(keys, 200)
Expand Down

0 comments on commit 754d476

Please sign in to comment.