Skip to content
Snippets Groups Projects
Verified Commit 034b7927 authored by Xavier Robin's avatar Xavier Robin
Browse files

test: add version in test script output

parent 62f770ba
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@ import ost
from ost.mol.alg import scoring, qsscoring
from ost import conop
print("This is OpenStructure version " + ost.__version__)
lib = conop.GetDefaultLib()
if lib is not None:
print("You have a valid compound library, last updated on " +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment