Skip to content
Snippets Groups Projects
Commit 17e442a0 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Merge branch 'master' into 'experimental_rel'

create new experimental release

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!305
parents f252c911 fdb74d05
Branches
Tags
2 merge requests!331BrainScaleS: Update software state,!305create new experimental release
Pipeline #21471 passed
...@@ -53,11 +53,7 @@ class Sda(MakefilePackage): ...@@ -53,11 +53,7 @@ class Sda(MakefilePackage):
@run_after('install') @run_after('install')
def test_install(self): def test_install(self):
# prepare grid
with working_dir(self.prefix.examples + '/lysozymes/prepare_grids_and_ecm'):
run_script = Executable('bash')
run_script('./run_ed_hd_ecm.sh')
# run random test # run random test
with working_dir(self.prefix.examples + '/lysozymes/unit_test'): with working_dir(self.prefix.examples + '/bnbs/bnbs_assoc_hits'):
test = Executable(self.prefix.bin.test_force_energy2) sda_flex = Executable(self.prefix.bin + '/sda_flex')
test('128_lysph6_2interactions.in') sda_flex('sda_association_0.in')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment