Skip to content

Commit

Permalink
Update benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key committed Aug 24, 2024
1 parent 42aa36f commit 089a8c2
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 357 deletions.
4 changes: 2 additions & 2 deletions benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import matplotlib.ticker as ticker
import numpy as np
import biotite.database.rcsb as rcsb
import biotite.structure.info as info
import biotite.structure.io.pdb as pdb
from biotite.structure.info.ccd import get_ccd
import fastpdb


Expand All @@ -17,7 +17,7 @@

# Call this function before the benchmark
# to avoid a bias due to the initial loading time
info.bond_dataset()
get_ccd()


pdb_file_path = rcsb.fetch(PDB_ID, "pdb", tempfile.gettempdir())
Expand Down
Loading

0 comments on commit 089a8c2

Please sign in to comment.