Skip to content

Commit

Permalink
Disable patchy particle tests when enable_llvm is False.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Oct 23, 2023
1 parent 8be1756 commit 4e27707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hoomd_validation/patchy_particle_pressure.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def _single_patch_kern_frenkel_code(delta_rad, sq_well_lambda, sigma, kT,
return patch_code


@Project.pre(lambda *jobs: CONFIG['enable_llvm'])
@Project.post.isfile('patchy_particle_pressure_initial_state.gsd')
@Project.operation(
directives=dict(executable=CONFIG["executable"],
Expand Down

0 comments on commit 4e27707

Please sign in to comment.