Skip to content

Commit

Permalink
Remove test from cctbx if phenix_regression not present
Browse files Browse the repository at this point in the history
  • Loading branch information
terwill committed Nov 3, 2023
1 parent 391d537 commit fc6b80f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
from libtbx import easy_run

def exercise():
if not libtbx.env.has_module("phenix_regression"):
print("phenix_regression not configured, skipping.")
return
fn="phenix_regression/mmtbx/extract_box_around_model_and_map/tst8.pdb"
pdb_file_name = libtbx.env.find_in_repositories(
relative_path=fn,
Expand Down

0 comments on commit fc6b80f

Please sign in to comment.