Skip to content

Commit

Permalink
Add another materials system to the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarbone committed Oct 8, 2023
1 parent 9e6d4fd commit cc65b25
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-*", "Mn-O-*"])
# db = Database.from_materials_project(material_ids=["mp-390"])
keys = list(db._structures.keys())
# random.seed(123)
Expand Down

0 comments on commit cc65b25

Please sign in to comment.