Skip to content

Commit

Permalink
add pdb to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tjlane committed Oct 23, 2024
1 parent 3cc8171 commit 85ddfb8
Show file tree
Hide file tree
Showing 3 changed files with 2,715 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def data_dir() -> Path:

@pytest.fixture(scope="session")
def example_pdb_file(data_dir: Path) -> Path:
return data_dir / "rsEGFP2_dark_no-chromophore.pdb"
return data_dir / "8a6g.pdb"
Loading

0 comments on commit 85ddfb8

Please sign in to comment.