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 fbe9f53 commit c110905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 41 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/publish.yml

This file was deleted.

3 changes: 2 additions & 1 deletion lightshow/_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ 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-O"])
# db = Database.from_materials_project(chemsys=["Ti-O"])
db = Database.from_materials_project(material_ids=["mp-390"])
keys = list(db._structures.keys())
# random.seed(123)
# keys = random.sample(keys, 200)
Expand Down

0 comments on commit c110905

Please sign in to comment.