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 52a8242 commit ee5a14e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@ jobs:
permissions:
id-token: write

needs:
- tests
- black
- flake8_py3
- check_semantic_version_placeholder
- docs
# needs:
# - tests
# - black
# - flake8_py3
# - check_semantic_version_placeholder
# - docs

steps:

Expand Down
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 ee5a14e

Please sign in to comment.